Answer Posted / sanjudharan
no
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
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 to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are different data types in cobol?
Describe the cobol database components?
What is a scope terminator give example?
Which division and paragraphs are mandatory for a COBOL program?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Which mode is used to operate the sequential file?
What is link edit in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
For rewrite, why is it mandatory that file needs to be opened?
How to remove 2 duplicate records and copy only one using job control language?
what is difference between cobol and cobol/400
Explain what you understand by passing by value.
what is amode(24), amode(31), rmode(24) and rmode(any)?