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


Please Help Members By Posting Answers For Below Questions

WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

854


What is multithreading in jcl?

940


What parameter of the job statement is used to limit the cpu time consumed by the job?

840


Explain the function of job statement in jcl?

649


In job processing, what happens in conversion stage?

739






What is the function of job statement in jcl?

636


what is the compile process of cobol program expalin with code

2002


Explain the function of dd name parameter with a 2 part structure; audit.report?

898


can any one plzzzzzz tell the jcl code for creating ps using idcams

10514


What do you understand by the terms: joblib and steplib?

626


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

784


Is their any limit for data sets?

704


How jcl is used for testing batch programs?

721


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

831


How does the jcl specify the job to os?

696