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


Example 1

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

 INCLUDE  COND=(5,8,GT,13,8,|,105,4,LE,1000),FORMAT=CSF
This example illustrates how to only include records in which:
  • The floating sign number in bytes 5 through 12 is greater than the floating sign number in bytes 13 through 20

    OR

  • The floating sign number in bytes 105 through 108 is less than or equal to 1000.

Note that all three compare fields have the same format.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014