Previous Topic: 4.15.2.2 Utility Job Input Routine Example

Next Topic: 4.15.3.1 Utility Job Processing Routine Worksheet

4.15.3 Defining the Utility Job Processing Routine


For each standard utility job, there is a standard processing
routine to verify selected fields of the input data and then
update the associated ISPF/DM table.  You do not need to
modify any of the standard processing routines.

You do need to code a processing routine for a new utility,
however.  These processing routines are named ACTJjidO, where
jid is the job identifier.  They are kept in the
sharedprefix.MICS.SOURCE library.  Use the Edit the SAS
Processing Routine option (MWF;4;2;S;3;3) to code the
processing routine.

The following sections describe the processing routines used
to make these utility jobs functional.  If you are not adding
a new utility, skip these sections.

 1 - Utility Job Processing Routine Worksheet
 2 - Utility Job Processing Routine Example
 3 - Accounting Table Maintenance Utility