Can a PS file be read in reverse order?If so,how

Answers were Sorted based on User's Feedback



Can a PS file be read in reverse order?If so,how..

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

Can a PS file be read in reverse order?If so,how..

Answer / ravi krian

yes,using arrays we can read ps file in reverse order

Is This Answer Correct ?    2 Yes 9 No

Post New Answer

More JCL Interview Questions

Name the statement which can be used to send data to another mvs jes3 node?

0 Answers  


how you will define a temporary dataset in jcl?

1 Answers   IBM,


Max generations in GDG??

15 Answers   Xansa,


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

0 Answers  


when GDG version number get changed ? bcz always Generations only increasing.

1 Answers   Cap Gemini,






How does jcl specify the job to the operating system?

0 Answers  


In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???

10 Answers   Perot Systems,


While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?

3 Answers   Steria,


What statement can be used to send data to another mvs jes3 node?

0 Answers  


A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)

1 Answers   IBM,


Are there any set of rules for the names of the steps used in a job?

0 Answers  


Is acct parameter mandatory?

0 Answers  


Categories