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


Examples of the DLM parameter

z/OS MVS JCL Reference
SA23-1385-00

Example 1
//XX  XMIT  DEST=NYCNODE,DLM=AA
       .
       .
       (records to be transmitted)
       .
AA

The DLM parameter assigns the characters AA as the delimiter for the in-stream records to be transmitted.

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

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014