Is there any command to check wether the ps file is in
sorted order?
Answer Posted / muttaiah
I know like we can make a file sorted in either ascending
or desc based on a key. But i'm not sure how to check this
using a command.
Probably i guess there is no such command.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the use of symbol // in jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
what is the purpose of coding class parameter in job statement?
What do you understand by the term notcat 2 – gs?
How can a stopped job be started again?
How to pass data to a program that is coded in an exec statement?
In sms datasets, what is the function of the dd mgmtclas keyword?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is NOTCAT ?
how to compare two datasets without using superce because output is limited to 133 bytes
Is it possible to left uncode disp? If yes, how?
How is the record format of an output dataset specified?
Are there any set of rules for the names of the steps used in a job? What are they?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
what is the purpose of coding notify parameter in job statement?