How to read a record from bottom of a file which is
indexed by 'A'.
Answer Posted / rd
WE can use low valus to execute the file from bottom.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How do you get the data to code the BMS macro?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How arrays can be defined in COBOL?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the difference between perform … with test after and perform … with test before?
Can we redefine the field of x(200) to less than 200?
What is Pic 9v99 Indicates in COBOL?
how do you define single dimensional array and multidimensional array in your cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Mention the guidelines to write a structured cobol program?
What is the difference between comp and comp-3?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How you can characterize tables in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning