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


Please Help Members By Posting Answers For Below Questions

Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

671


what happens if parmparameter passes zero bytes to the program

1650


What is static and dynamic call in cobol?

586


Give some examples of command terminators?

749


What is a report item?

731






How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

724


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1906


What is the use of intialize verb?

738


In COBOL programming, what is PERFORM? What is VARYING?

664


What is rmode(24)

673


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

704


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

764


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10543


What is the difference between Call and a Link?

692


Explain how to differentiate call by context by comparing it to other calls?

679