How to read a record from bottom of a file which is
indexed by 'A'.
Answer Posted / guest
It just a cobol program
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
how to convert the recors form vsam file to db2 table tru file aid
how to move the records from file to array table. give with code example
What are the pertinent COBOL commands?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What are all the divisions of a COBOL program?
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.
Explain what you understand by passing by value.
Define cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Write down the divisions of cobol program?
How many sections are there in data division in COBOL?
Name the sections present in data division.
What rules are followed by the search verb.