Answer Posted / venu
the program will not be executed successfully
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the use of intialize verb?
Name the sections present in data division.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How do you define a variable of comp-1 and comp-2?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the Purpose of Pointer in the string?
What is the difference between comp and comp-3?
What is static and dynamic call in cobol?
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.
In COBOL, what is the different between index and subscript?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Write a cobol program making use of the redefine clause.
how do you reference the fixed unblock file formats from cobol programs