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

77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?

9 Answers   TCS,


What is an index for tables?

2 Answers  


How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.

1 Answers   Syntel,


Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?

2 Answers   TCS,


OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49

13 Answers   TCS,






Should I use STOP RUN in the sub program??why?

6 Answers   Xansa,


I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?

1 Answers   CTS, HCL,


can you declare redefine in level 01?

8 Answers   Patni,


Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?

1 Answers  


SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.

3 Answers   Lehman Brothers,


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

0 Answers   EDS,


What are the ways you can generate a copybook?

2 Answers  


Categories