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 -


Scenario1 - STEP01 with accounting information ACCT7.

//STEP01 EXEC PGM=SAMPLE,ACCT=(ACCT7)

Scenario2 - The accounting information applies to all the steps in the MTHPROC.

//STEP02 EXEC PROC=MTHPROC,ACCT=(ACCT1)

Scenario3 - The accounting information applies to STEPZ in procedure MTHPROC.

//STEP03 EXEC PROC=MTHPROC,ACCT.STEPZ=('/007/')