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

how to transfer the file from pc to mainframe??

2 Answers  


What are the cobol coding sheets?

0 Answers  


If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?

2 Answers  


What is the difference between Call and a Link?

0 Answers  


can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

0 Answers  






What are the differences between OS VS COBOL and VS COBOL II?

1 Answers   IBM,


Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand

4 Answers   TCS,


when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?

1 Answers   Hewitt,


consider the following FD FILE-1 01 REC-1 PIC X(80) ...... WORKING-STORAGE SECTION 01 W-REC PIC X(90) ........ PROCEDURE DIVISION FIRST-PARA ....... READ FILE-1 INTO W-REC AT END MOVE 1 TO EOF-FLAG which of the following is true with respect to the above? a.REC-1 will contain nothing and W-REC will contain the contains of the record read b.REC-1 and W-REC contain the same data c.syntex is invalid and error will occur d.REC-1 and W-REC must be of same size

1 Answers   TCS,


Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?

1 Answers  


COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error

1 Answers   TCS,


HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?

1 Answers  


Categories