What guidelines should be followed to write a structured
Cobol program?
Answer / asmara
TOP DOWN APPROACH AND IDENTIFICATION DIVISION. AND PROGRAM-
ID. MAKE SURE FOR COMPILE FREE PROGRAM.
| Is This Answer Correct ? | 0 Yes | 0 No |
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
What is the difference between COMP & COMP-3 ?
When and how can we use index & subscript ?
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 are the divisions in a cobol program?
1)what is use of linkage section? 2)what is difference between comp and comp-3
how to create temporary data set in jcl? what is the use?
3 Answers Cap Gemini, Temenos,
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
What do you understand by passing by reference and passing by content?
Which division and paragraphs are mandatory for a COBOL program?
what happens if we wont give timestamp in precompilation process ?