I have two questions here. 1. How to read a flat file in
reverse order? 2. How to read a VSAM KSDS file in reverse
order? In both the cases we donot know the total number of
records.
Answer / dsingh29
add a sequence number at end of records and then sort in
descending order.
| Is This Answer Correct ? | 14 Yes | 1 No |
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
Explain what you understand by passing by value.
What is COMP SYNC?
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
maximum of how many screens we can open in emulator
which one is better among static call and dynamic call?
What are some examples of command terminators?
What is the LINKAGE SECTION used for?
What is the difference between a subscript and an index in a table definition?
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
what is a zoned decimal data type and how it will be stored?