Previous Topic: ParametersNext Topic: Batch Utility JCL


Considerations

The MAP clause also applies to corresponding panel occurrences when both of the following conditions apply:

A PANEL statement should not be included when the MAP clause conforms to both of the conditions listed above.

Multiple processes and multiple MAP and PANEL statements can be included in a single batch utility run, as shown below:

PROCESS=REPORT,DECOMPILE
MAP=MAINTMAP
MAP=CUSTMAP
MAP=ORDMAP
PROCESS=REPORT
PANEL=MAINTPAN
PANEL=CUSTPAN
PANEL=ORDPAN
PROCESS=DELETE
MAP=METMAP

The sample code shown above requests the following operations: