Which of the following paragraphs is compulsory in every
COBOL program?
(a) SPECIAL-NAMES
(b) PROGRAM-ID
(c) FILE-CONTROL
(d) OBJECT-COMPUTER
Answer Posted / anil prajapati
In Every cobol program identification division with program-
id is mandatory and others divisions are optional
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is perform what is varying?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are the different rules for performing sort operation?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What kind of error is trapped by on size error option?
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 is cobol?
HOw can I get the negative sign while deduct high value from low value
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How you can read the file from bottom?
Differentiate between structured cobol programming and object-oriented cobol programming.
how do you reference the printer file formats from cobol programs