can we read records in a file from botom to top. if
possible how can we read
Answer Posted / sreejith
yes it is possible by using access mode dynamic.
use START command to point last record.then start reading
using READ PREVIOUS command until first record
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
How to print 10 to 1 if the input have only 10 digit number?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
In COBOL programming, what is PERFORM? What is VARYING?
How do you get the data to code the BMS macro?
What is inspect in cobol ?
Explain what you understand by passing by value.
What is the LINKAGE SECTION used in COBOL?
What is the Purpose of Pointer in the string?
Why occurs cannot be used in 01 level in COBOL?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Which division and paragraphs are mandatory for a COBOL program?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how do you define single dimensional array and multidimensional array in your cobol?