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


Examples of the SUBCHARS parameter

z/OS MVS JCL Reference
SA23-1385-00

Example 1
//XX  XMIT  DEST=NYCNODE,SUBCHARS=MV
       .
       .
       (records to be transmitted)
MVEOF
       .

The SUBCHARS parameter identifies the characters MV as the substitute for the first two characters of the internal reader control statement to be transmitted. Prior to transmission, the system converts the MV substitute characters to /* and sends /*EOF to the receiving node for processing.

Example 2
//XY  XMIT  DEST=ATL,SUBCHARS='A+'
//XZ  XMIT  DEST=BOST,SUBCHARS='&&7'
//XW  XMIT  DEST=CHI,SUBCHARS='B'''

These examples specify substitutes of A+, &7, and B'.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014