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...
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.
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.