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


Example 12. Sort with INCLUDE and LOCALE

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

 //SYSIN DD *
   SORT FIELDS=(1,6,A,28,5,D),FORMAT=CH
   RECORD TYPE=V,LENGTH=(200,,,,80)
   END
   OPTION DYNALLOC

Because the OPTION statement appears after the END statement, it is not read.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014