Can a PS file be read in reverse order?If so,how
Answer Posted / 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 |
Post New Answer View All Answers
What is use of restart and how to use it?
What does a disposition of (new,catlg,keep) for a dsn mean?
how you will the direct the data to spool using sysout option?
What is the purpose of the dd keylen parameter?
what is use of dcb parameter in dd statement?
Is automatic restart possible in jcl? If yes, how?
What is job control language?
Is their any set of rules for dd? Explain.
what are the various stages of job processing?
How jcl work to handle various input output file operations?
What parameter directs the output of the job log dataset?
What is timing concept in mainframe?
What is the difference between the positional and keyword parameters? Give examples.
What is catelog procedure and how many catelog procedure to use in one job?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed