Which of the following paragraphs is compulsory in every
COBOL program?
(a) SPECIAL-NAMES
(b) PROGRAM-ID
(c) FILE-CONTROL
(d) OBJECT-COMPUTER
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / anbarasu
Program ID is mandatory and other are optional.
| Is This Answer Correct ? | 3 Yes | 0 No |
What was removed from COBOL in the COBOL II implementation?
what is the size of W-REC in the following 01 W-REC 05 A PIC 9(4)V99 05 B READLINES A 10 C PIC XX 10 D PIC S9(4) 05 E OCCURS 7 PIC ZZ.ZZ 05 F OCCURS 5 10 G PIC ZZ.ZZZ99 10 H OCCURS 3 15 J PIC 9(3) 15 K PIC V99
IF I mention stop run in CICS what happens?
Can anyone please give the example of Inline Perform.
Explain call by context by comparing it to other calls.
What is the point of the REPLACING option of a copy statement?
Can we move X(7) to S9(7) COMP?
What is the difference between PIC 9.99 and PIC9v99?
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
how will u pass dadta to cobol+db2 program...?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?