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
Mention the guidelines to write a structured cobol program?
What guidelines should be followed to write a structured cobol prgm?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Difference between array and sub-script ?
Which is not true about evaluate statement
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
how do you reference the esds vsam file formats from cobol programs
What is Pic 9v99 Indicates in COBOL?
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?
How to remove 2 duplicate records and copy only one using job control language?
how do you reference the rrds file formats from cobol programs
What is the difference between binary search and sequential search?
how do you reference the fixed unblock file formats from cobol programs
How do you reference the fixed block file formats from cobol programs