ACCT Parameter
ACCT Parameter Example
Scenario1 - STEP01 with accounting information ACCT7.
Code -
----+----1----+----2----+----3----+----4----+
//STEP01 EXEC PGM=SAMPLE,ACCT=(ACCT7)
Scenario2 - The accounting information applies to all the steps in the MTHPROC.
Code -
----+----1----+----2----+----3----+----4----+
//STEP02 EXEC PROC=MTHPROC,ACCT=(ACCT1)
Scenario3 - The accounting information applies to STEPZ in procedure MTHPROC.
Code -
----+----1----+----2----+----3----+----4----+
//STEP03 EXEC PROC=MTHPROC,ACCT.STEPZ=('/007/')