Job control statements for TASCOSTR
The following table describes the JCL statements that are required for TASCOSTR execution:
Statement | Function |
|---|---|
JOB | Initiates the job |
STEP1 EXEC | Specifies the name of the MainView for IMS product summarization program as: PGM=TASCOSTR Also specifies the region size required to run the program and the PARM options required to define the summarization processing mode, the passing of control to a user exit routine, sort size, and alternate response times (see PARM-options-in-the-EXEC-statement-for-TASCOSTR-Charge-Out-Analysis-report). |
STEPLIB DD | Defines the program library (IMF.LOAD) that contains the TASCOSTR load module |
RESUTIL DD | Defines the IRUF as input to the summarization process The DCB attributes of the data set are RECFM=VBS,LRECL=30970, BLKSIZE=30974. |
DFSPARM DD | Optional work data set used to sort large IRUFs In the DFSPARM DD, use the OPTION DYNALLOC=d parameter. The d variable is your preferred device type (for example, 3390) for the sort to use for dynamically allocated work data sets. For more information on sorting high volume data sets, see the IBM DFSORT Application Programming Guide in the IBM Knowledge Center. |
DETCOSTS DD | Contains the summarized version, charged-out version, or both versions of the IRUF The characteristics can be the same as those defined in RESUTIL above. The DCB parameters for the DETCOSTS file must match those of the input IRUF. |
RATEREPT DD | Contains the Rate Charge-Out report The characteristics of the data set are RECFM=FBA,LRECL=133. BLKSIZE must be specified explicitly. |
CHARGOUT DD | Contains the Detail Charge-Out Analysis report The characteristics of the data set are RECFM=FBA,LRECL=133. BLKSIZE must be specified explicitly. |
DISTREPT DD | Contains the Total IMS Resource Usage Analysis report The characteristics of the data set are RECFM=FBA,LRECL=133. BLKSIZE must be specified explicitly. |
LISTRREP DD | Contains the Control Level Parameter report with response thresholds The characteristics of the data set are RECFM=FBA,LRECL=133. BLKSIZE must be specified explicitly. |
RATEDIT DD | Contains charge-out rates, which are described in Charge-out-rates-definition |
LISTRCNT DD | Contains report control statements (described in Cost-center-category-control-statements), optional response threshold control statements (see the response threshold definition information in the MainView for IMS and MainView for DBCTL Customization documentation), and optional response range specification for summarization (described in Summarization-response-ranges-definition) |
ERRORS DD | Contains the Parameter File Error report, which provides diagnostic messages that are produced during report control statement verification when an error is encountered The characteristics of the data set are RECFM=FB,LRECL=133. BLKSIZE must be specified explicitly. |
SYSOUT DD | Defines the output class |
Related topic