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



Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) P..

Answer / santosh khot

Program-id

Is This Answer Correct ?    14 Yes 0 No

Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) P..

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

Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) P..

Answer / vishnu

(b) PROGRAM-ID

Is This Answer Correct ?    7 Yes 0 No

Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) P..

Answer / anbarasu

Program ID is mandatory and other are optional.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More COBOL Interview Questions

what is s000 u4087 error? please give the all error codes in cobol,jcl.

0 Answers  


I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?

5 Answers  


diffrence between renames and redifnes with examples

3 Answers   IBM,


01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?

3 Answers   Patni,


What are decleratives in COBOL ?

1 Answers   Xansa,






What is the difference between copy and include in cobol?

1 Answers  


What is report-item?

1 Answers   IBM,


give the examples for strings and unstrings in cobol

2 Answers   IBM,


How to read a record from bottom of a file which is indexed by 'A'.

4 Answers   Oracle,


Why occurs can not be used in 01 level ?

2 Answers   TCS,


Write the code to count the sum of n natural numbers.

0 Answers  


what is the difference b/w level no.01 & level no.77?

3 Answers   HCL,


Categories