Can a PS file be read in reverse order?If so,how
Answers were Sorted based on User's Feedback
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 |
Answer / ravi krian
yes,using arrays we can read ps file in reverse order
Is This Answer Correct ? | 2 Yes | 9 No |
How can the disposition of sysout datasets be set for an entire jobstream?
What is the difference between joblib and jcllib statements
How can a stopped job be started again?
what is the difference between JES3 and JES2?
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???
describe the job statement, its meaning,syntax and significant keywords?
What is the max blocksize for a Tape file?
Why do you want to specify the REGION parameter in a JCL step?
SORT card to eliminate duplicity.
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.
what is a jcl?
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