How to read records from flat file in reverse order through
COBOL program?
Answer Posted / sravani
using rrds it is possible. we can count the no of records using rrds key. by using if we can decrement from last to first
Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
A table has two indexes defined. Which one will be used by the SEARCH?
how do you reference the fixed unblock file formats from cobol programs
How do you reference the following file formats from cobol programs?
What are the access modes of START statement?
) how do u code after getting data?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Write down the divisions of cobol program?
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?
Discuss about changing dataset name in proc.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is Pic 9v99 Indicates in COBOL?
What are the different types of condition in cobol and write their forms.
What is an in line perform? When would you use it? Anything else you wish to say about it.