At the minimum, which division of COBOL is enough to be
coded?
Answer Posted / rajesh naidu
Identification Division.
Because whatever the program, at minimum it identifies
program name.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What kind of error is trapped by on size error option?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
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.
Define cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
HOw can I get the negative sign while deduct high value from low value
What are the cobol coding sheets?
What is amode(24)?
What is the problem of ordered sequential files access?
What are various search techniques in cobol? Explain.
How do you reference the following file formats from cobol programs?
How to remove 2 duplicate records and copy only one using job control language?
How do we get current date from system with century in COBOL?
Write a program to explain size error.