Can a PS file be read in reverse order?If so,how
Answers were Sorted based on User's Feedback
Answer / vinay sonar
Yes we can do it using file handling.
syntax is
READ FILE 1 INVERSE AT END PERFORM CLOSE_PARA.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / ravi krian
yes,using arrays we can read ps file in reverse order
| Is This Answer Correct ? | 2 Yes | 9 No |
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How can an in-stream dataset be terminated?
how to execute the last 5 steps in jcl
Explain the function of //jcllib statement?
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
describe the job statement, its meaning,syntax and significant keywords?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Is there any command to check wether the ps file is in sorted order?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is the difference between primary and secondary allocations for a dataset?