How to read a record from bottom of a file which is
indexed by 'A'.
Answer Posted / mahesh
we can read a file from bottom using "EXEC CICS READ PREV"
command in COBOL program.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How you can characterize tables in cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
) how do u code after getting data?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Can we redefine the field of x(200) to less than 200?
What is the local-storage section?
What are the different data types in cobol?
How are the next sentence and continue different from each other?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
how do you reference the printer file formats from cobol programs
how to move the records from file to array table. give with code example
Define cobol?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is the difference between perform … with test after and perform … with test before?
Define static linking and dynamic linking.