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 the compile process of cobol program expalin with code
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What is the difference between run mode and addressing mode?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
how to do automated restart when a job abends?
What is the significance of addrspc parameter in exec statement?
what is the purpose of coding class parameter in job statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
what is the use of IEBGENER utility?
Explain the function of a dd statement?
How to submit jcl through a cobol program?
what is SOC4 error?
For what purpose steplib and joblib are used ?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY