EXEC ACCT Parameter
EXEC ACCT Parameter
Note! ACCT parameter can be coded only at the step level.
ACCT parameter is used to specify account information to which the CPU processing time of the specific step is billed. It is optional and if not coded, the job accounting information applies to the step.
Syntax -
ACCT[.procstepname]=(accounting-information)
[.procstepname] | Procedure stepname. |
accounting-information | System-defined accounting information and should be enclosed with (). It should be a maximum of 142 characters, which includes commas. |
Examples -
Scenario - STEP01 with accounting information ACCT7.
//STEP01 EXEC PGM=SAMPLE,ACCT=(ACCT7)