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 |
which utility is used to update pds?
How to override loadlib?
How can you trap abends in the JCL?
what is d/f b/w sysout & sysprint
What are s0c1, s0c4, s0c5, s0c7 and socb?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
How to compare 2 files using File-Aid?
what is the difference between static call and dynamic call?
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
what is the resolution for sb37 error
How can unused space allocation be returned to the system when a dataset is closed?
What are the parameters that are used in creating a gdg?