z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Using symbols as positional parameters

z/OS MVS JCL Reference
SA23-1385-00

When a symbol is a positional parameter followed by other parameters in the statement, follow the symbol with a period instead of a comma. For example:
   //DS1   DD  &POSPARM.DSNAME=ATLAS,DISP=OLD
If &POSPARM is nullified, the statement appears as:
   //DS1   DD  DSNAME=ATLAS,DISP=OLD
When assigning a substitution text to &POSPARM, include the comma:
   POSPARM='DUMMY,'

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014