Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DK007
  • Content: Threads
  • Order by date
  1. DK007

    Return Codes.... trapping them

    Hi All, I hope this is the correct forum for this topic. I have some CLISTS on a Fujitsu mainframe. One of them simply edits a file if PFD editor (same sort of deal as ISPF editor). The trouble is, if the file has too many records, the CLIST fails with a Return Code of 20. I was under the...
  2. DK007

    SORT to omit DUPLICATES

    I am guessing you can sort a file to omit duplicates, but I don't know the correct syntax. At present I have SORT (X,Y,CH,A) OMIT (X,Y,CH,EQ'*') (to omit comments with * column 1) INPUT OUTPUT FIN What's the syntax to remove duplicates please. Cheers, DK.
  3. DK007

    Comments in a SORT parm

    Hi All, Question - I am developing code on a Fujitsu mainframe, so most of the utils are the same or similar to MVS, but I am not sure about this.... Can one put a comment into a SORT parm without making it fall over ?? I want to put a modification history into the parameter. Current Sort...
  4. DK007

    MVS Sorts

    Can anyone tell me please, if you can use the SORT utility to split a file into 2 (or more) other files... ie. / SORT ( ) / INCLUDE ( ) --> FILE1 / OMIT ( ) --> FILE2 Or do I need to run the SORT utility twice. Thanks, DK.

Part and Inventory Search

Back
Top