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 |
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
How can unused space allocation be returned to the system when a dataset is closed?
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K
how many types of sorts are there in jcl?
Explain the function of the dd dcb keyword?
How can values be passed from the job stream to an executable program?
what is the difference between return code and maxcc?
What are isolation levels? Where do we need to specify them in compiling JCL?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,