Which of the following paragraphs is compulsory in every
COBOL program?
(a) SPECIAL-NAMES
(b) PROGRAM-ID
(c) FILE-CONTROL
(d) OBJECT-COMPUTER
Answer Posted / vishnu
(b) PROGRAM-ID
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol?
When is inspect verb is used in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
A table has two indexes defined. Which one will be used by the SEARCH?
Mention the guidelines to write a structured cobol program?
Write a program to explain size error.
How do get the result of your program directly on your pc?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
how to convert the recors form vsam file to db2 table tru file aid
What is link edit in cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the use of intialize verb?
Can a Search can be done on a table with or without Index?
what is search and searchall?what is the diffrence between them?give an best example?