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 is s000 u4087 error? please give the all error codes in cobol,jcl.
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?
diffrence between renames and redifnes with examples
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
What are decleratives in COBOL ?
What is the difference between copy and include in cobol?
What is report-item?
give the examples for strings and unstrings in cobol
How to read a record from bottom of a file which is indexed by 'A'.
Why occurs can not be used in 01 level ?
Write the code to count the sum of n natural numbers.
what is the difference b/w level no.01 & level no.77?