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


Examples of the ADDRESS parameter

z/OS MVS JCL Reference
SA23-1385-00

Example 1
//OUTDS2   OUTPUT  ADDRESS=('J. Plant','1234 Main Street',
//           'POUGHKEEPSIE, NY','zipcd')
In this example, the address

J. Plant
1234 Main Street
POUGHKEEPSIE, NY
zipcd

is printed on the separator pages of each output data set that references OUTDS2. You may code a name in the address field when the name associated with an address is not the name you want to associate with the output (coded on the OUTPUT NAME statement.) The name appears in the address field on the separator pages.
Example 2
//OUTDS3   OUTPUT  ADDRESS=(,'57 FAIR LANE','OMAHA,NE',12121)
In this example, the following address is printed on the separator pages of each output data set that references OUTDS3.

57 FAIR LANE
OMAHA,NE
12121

The first line reserved for the address on the separator page will be blank. Note that 12121 does not require enclosing apostrophes, because it contains only characters that are valid without them.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014