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

How can the disposition of sysout datasets be set for an entire jobstream?

0 Answers  


What is the difference between joblib and jcllib statements

7 Answers   IBM, Maples,


How can a stopped job be started again?

0 Answers  


what is the difference between JES3 and JES2?

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,


describe the job statement, its meaning,syntax and significant keywords?

1 Answers  


What is the max blocksize for a Tape file?

2 Answers  


Why do you want to specify the REGION parameter in a JCL step?

4 Answers   Kekran Mekran, TCS,


SORT card to eliminate duplicity.

1 Answers   Syntel,


what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.

6 Answers   HCL,


what is a jcl?

0 Answers   IBM,


01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250

1 Answers  


Categories