HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EXEC statements

HLASM Programmer's Guide
SC26-4941-06

Any EXEC parameter (except PGM) can be overridden. For example, the PARM= and COND= parameters can be added or, if present, respecified by including them in the EXEC statement calling the procedure. The JCL notation to specify these parameters is:
//ASM EXEC   PROC=ASMACLG,PARM.C=(NOOBJECT),COND.L=(8,LT,stepname.c)
stepname identifies the EXEC statement within the cataloged procedure (ASMACLG) to which the modification applies.

If the procedure consists of more than one job step, a PARM.procstepname= or COND.procstepname= parameter can be entered for each step. The entries must be in order (PARM.procstepname1=, PARM.procstepname2=, …).

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014