How to read records from flat file in reverse order through
COBOL program?
Answer Posted / janu
using iebcmpr
we can easily read
sort fields=(pos,length,d,char)
| Is This Answer Correct ? | 8 Yes | 23 No |
Post New Answer View All Answers
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
) how do u code after getting data?
Difference between array and sub-script ?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is a report item?
how to move the records from file to array table. give with code example
In COBOL, what is the different between index and subscript?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
IF I mention stop run in CICS what happens?
how do you reference the fixed unblock file formats from cobol programs
How do get the result of your program directly on your pc?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the difference between binary search and sequential search?
Explain the configuration section of a cobol program with examples of syntax.