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 |
What are the default system and catalog libraries in JCL?
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
What does a disposition of (NEW,CATLG,DELETE) mean?
How can a jobs execution priority be modified?
Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
What is concatenating?
Explain the purpose of dd * statement in jcl?
List the different jcl statements that are not permitted in the procedures?
What parameter of the job statement is used to limit the cpu time consumed by the job?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
What is a JCL Command statement ?