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 / anbarasu
Program ID is mandatory and other are optional.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are 77 levels used for?
what happens if parmparameter passes zero bytes to the program
In COBOL programming, what is PERFORM? What is VARYING?
What is cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How do you get the data to code the BMS macro?
What is report-item in COBOL?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is the difference between perform … with test after and perform … with test before?
What is the compute verb? How is it used?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between comp and comp-3 usage?
What is a SSRANGE and NOSSRANGE?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Explain how you can characterize tables in cobol?