Is there any command to check wether the ps file is in
sorted order?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / swapraneel
we can do one thing here just edit the file and give sort on
command line if the file is already sorted it says records
are in sorted order if not it will sort.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / himap
I don't know of any command that can tell you if the file is in sorted order or not but you can write a REXX program for the same and use it in the command line.
| Is This Answer Correct ? | 0 Yes | 0 No |
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
What is the use of disp parameter?
What is GDG and what is the maximum limit of versions that can be created?
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
what are the various stages of job processing?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
Explain how can values be passed from the job stream to an executable program?
How does the jcl specify the job to os?
What does a disposition of (new,catlg,keep) for a dsn mean?
What does a disposition of (NEW,CATLG,DELETE) mean?
if we give TIME=0 how many sec that job/step
What is the difference between sb37,se37,sd37 each?