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


Example 11. Sort with Pipes and OUTFIL SPLIT

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

  SORT FIELDS=(1,4,CH,A)
  DEBUG EQUCOUNT
If the input records contain the following keys:
  • KEYA, KEYA, KEYB, KEYB, KEYC, KEYD, KEYD, KEYE
the following message will be issued:
  • ICE184I THE NUMBER OF RECORDS SORTED WITH EQUAL KEYS IS 3

The three equal keys are KEYA, KEYB, and KEYD.

Note: ICETOOL's UNIQUE and OCCUR operators provide full equal key reporting capabilities and should be used instead of EQUCOUNT.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014