Is there any command to check wether the ps file is in
sorted order?
Answer Posted / 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 |
Post New Answer View All Answers
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How do you overcome this limitation ?
Explain dd statement in jcl?
Explain the purpose of the dd keylen parameter?
what are the statements that are not valid to be included in an include statement?
Are there any set of rules for the names of the steps used in a job? What are they?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How to submit a jcl from cics?
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.
define cond parameter in jcl?
What is the purpose of disp parameter?
How is the record format of an output dataset specified?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Give the syntax of job specifying jcl statement.
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?