I have a sequential file in which there are 50 records. Now
I want to copy all the 50 records in the reverse order into
a new file? The last record in the original file should be
the first record in the new file. How can I do it?
Answer Posted / shammi
But COPYBACK option can be used using File aid only...
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
When output dataset space is required, what quantity categories are used?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Explain the function of the dd dcb keyword?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Is condition checking possible in jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
what is DSN parameter and DISP parameter is used for?
Can we call instream to catalog and catalog to instream?
when can a job time-out occur? How to overcome that?
What are the utility programs in jcl?
Is their any limit for data sets?
Explain the purpose of dd * statement in jcl?
How can return codes be tested before execution of a job step?
Can I share my data with other jobs? How?