z/OS DFSORT Application Programming Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


CONTROL statement images example

z/OS DFSORT Application Programming Guide
SC23-6878-00

SORTBEG   DC   C' SORT FIELDS=(10,15,CH,A)'
SORTEND   DC   C' '    

This form, with a trailing blank separately defined, allows you to refer to the last byte of the statement (SORT statement end address) by the name SORTEND.

INCLBEG   DC   C' INCLUDE COND=(5,3,CH,NE,C'J82'')'
INCLEND   DC   C' '    
Note: Assembler requires two single apostrophes to represent one single apostrophe.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014