Answer Posted / muttaiah
By Call stmt and compiler option dynam or nodynam.
| Is This Answer Correct ? | 1 Yes | 0 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.
For rewrite, why is it mandatory that file needs to be opened?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
how can i see junk values in dclgen or in hostvariable of comp ?
How do we get current date from system with century in COBOL?
How do you define a variable of comp-1 and comp-2?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What rules are followed by the search verb.
What is the difference between Global and External Variables?
A table has two indexes defined. Which one will be used by the SEARCH?
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.
explain sorting techniques in cobol program?
Which division and paragraphs are mandatory for a COBOL program?