How to read a record from bottom of a file which is
indexed by 'A'.
Answers were Sorted based on User's Feedback
Answer / bm
USE SORTING ie:
SORT file-name1
ON DESCENDING KEY A
USING file-name2
GIVING file-name3
then read file-name3.
This is the nearest I can think of, any other solutions
please..
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
Answer / rd
WE can use low valus to execute the file from bottom.
| Is This Answer Correct ? | 0 Yes | 3 No |
Write the syntax of a two dimensional array?
I know my query will return more than one row but I don't want cursor what should I do?
77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?
TYPES OF SORTINGS. which is more prefarable.
how many bytes does s9(7)COMP-3 field occupies?
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
What is a SSRANGE and NOSSRANGE?
State the various causes of s0c1, s0c5 and s0c7.
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2
How is sign stored in a comp-3 field?