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


Syntax

z/OS MVS JCL Reference
SA23-1385-00

AMP=(subparameter)

AMP=('subparameter[,subparameter]...')

AMP='subparameter[,subparameter]...'

The subparameters are:

      AMORG

      BUFND=number

      BUFNI=number

      BUFSP=number

      CROPS= [NCK]
             [NRC]
             [NRE]
             [RCK]

      FRLOG= {NONE}
             {REDO} 

      OPTCD= {I }
             {L }
             {IL}

      RECFM= [F ]
             [FB]
             [V ]
             [VB]

      STRNO=number

      SYNAD=module

      TRACE=(subparameter[,subparameter]...)

      ACCBIAS=[USER  ]
              [SYSTEM]
              [DO    ]
              [DW    ]
              [SO    ]
              [SW    ]

      SMBDFR= {Y | N}

      SMBHWT= nn

      SMBVSP= {nnK | nnM}

      MSG=SMBBIAS
      RMODE31=[ALL ]
              [BUFF]
              [CB  ]
              [None]
 

Parentheses: Parentheses are required only when you are continuing the statement.

Multiple subparameters: When a parameter contains more than one subparameter, separate the subparameters by commas and enclose the subparameter list in apostrophes inside the parentheses. For example, AMP=('AMORG,STRNO=4').

Null Positional subparameters: Null positions in the AMP parameter are invalid.

Special characters: When a parameter contains only one subparameter and that subparameter contains special characters, enclose the subparameter in apostrophes inside the parentheses. For example, AMP=('STRNO=4').

Note: Do not enclose a subparameter in a subparameter list in apostrophes.

If you code a symbolic parameter on the AMP parameter, you can code the symbolic parameter in apostrophes.

Continuation onto another statement: Enclose the subparameter list in only one set of parentheses. Enclose all the subparameters on each statement in apostrophes. End each statement with a comma after a complete subparameter. For example:
   //DS1  DD  DSNAME=VSAMDATA,AMP=('BUFSP=200,OPTCD=IL,RECFM=FB',
   //      'STRNO=6')

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014