can we read records in a file from botom to top. if
possible how can we read
Answer Posted / guest
If you are using CICS Answer:1 is correct. Orther wise we
can not read from botom to top.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is a scope terminator give example?
what are decleratives in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
example for sub strings ? and refernce modifications whit output pls
how do you reference the ksds vsam file formats from cobol programs
How do you get the data to code the BMS macro?
how do you reference the variable unblock file formats from cobol programs
What are the access modes of START statement?
how to convert the recors form vsam file to db2 table tru file aid
what is search and searchall?what is the diffrence between them?give an best example?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How can you get the ksds file records into your cobol program?
how to move the records from file to array table. give with code example
Name some of the examples of COBOl 11?
What the difference is between continue and next sentence?