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


Syntax

z/OS MVS JCL Reference
SA23-1385-00

Alternate syntax for DCB keyword subparameters: All of the DCB keyword subparameters can be specified without the need to code DCB=. For example, the following DD statement:
   //DDEX  DD  DSNAME=WKDATA,DCB=(RECFM=FB,LRECL=80,BLKSIZE=800),DISP=MOD
can also be specified as:
   //DDEX  DD  DSNAME=WKDATA,RECFM=FB,LRECL=80,BLKSIZE=800,DISP=MOD
Note that KEYLEN, LRECL, and RECFM are described as DD parameters.
Note:
  • If the BUFMAX subparameter is coded with or without the DCB parameter, it can have a null value only when coded on a DD which either:
    • Overrides a DD in a procedure
    • Is added to a procedure.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014