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 multithreading in jcl?
Are there any set of rules for the names of the steps used in a job?
What are the jcl procedures?
what is the use of JCL?
List the different components of jcl statement?
What is jcl in mainframe?
Explain about LMQUERY�give a dialog information about a data set
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What is use of restart and how to use it?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
how you can direct the data to spool using SYSOUT option?
Differentiate between the joblib and the steplib statements?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How is the record format of an output dataset specified?