What are different file OPEN modes available in COBOL?
Answer Posted / tarun
input ,output,i-o,extend
| Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
What is the difference between perform … with test after and perform … with test before?
What is static and dynamic call in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
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.
What is a scope terminator give example?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
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.
What is difference between static and dynamic call in cobol?
What guidelines should be followed to write a structured cobol prgm?
how can i see junk values in dclgen or in hostvariable of comp ?
When is inspect verb is used in cobol?
What are the rules of the move verb?
How you can characterize tables in cobol?
Discuss about changing dataset name in proc.