Answer Posted / suresh
System Display and Search Facility
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
how do you define single dimensional array and multidimensional array in your cobol?
How do you reference the fixed block file formats from cobol programs
IF I mention stop run in CICS what happens?
How many sections are there in data division in COBOL?
What rules are to be followed while using the corresponding options?
Explain the configuration section of a cobol program with examples of syntax.
explain sorting techniques in cobol program?
how do you reference the printer file formats from cobol programs
What is the Purpose of POINTER Phrase in STRING command in COBOL?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
how do you reference the variable unblock file formats from cobol programs
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.
Differentiate between structured cobol programming and object-oriented cobol programming.