How to read a record from bottom of a file which is
indexed by 'A'.

Answers were Sorted based on User's Feedback



How to read a record from bottom of a file which is indexed by 'A'...

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

How to read a record from bottom of a file which is indexed by 'A'...

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

How to read a record from bottom of a file which is indexed by 'A'...

Answer / guest

It just a cobol program

Is This Answer Correct ?    2 Yes 3 No

How to read a record from bottom of a file which is indexed by 'A'...

Answer / rd

WE can use low valus to execute the file from bottom.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More COBOL Interview Questions

What is LENGTH in COBOL II?

2 Answers   CSC,


Write down the divisions of cobol program?

0 Answers  


What is level 66 used for ?

3 Answers   TCS,


can we write paragraph in area B .....

4 Answers   L&T,


can we use 77 level no for Redefines?if we use give an example?

3 Answers   Mphasis,






What are the divisions in a cobol program?

1 Answers  


what is difference between cobol and cobol/400

1 Answers   HCL,


if someone is using my file,how can i find which user id is using?

4 Answers  


Can we use redefine clause in occurs clause?

10 Answers  


What are different data types in cobol?

0 Answers  


How can we increase the size of an existing PDS to include more no. of modules.

3 Answers  


what is s013u000 for?

1 Answers   Hewitt,


Categories