What divisions, sections and paragraphs are mandatory for a
COBOL program?
Answer Posted / guest_1
In order to compile and run a COBOL program under MVS,
ID DIVISION.
PROGRAM-ID. DUMMY.
are more than enough.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
How do get the result of your program directly on your pc?
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
What are literals?
Why did you choose to work with ibm mainframe cobol programming?
Explain the configuration section of a cobol program with examples of syntax.
What is an in line perform? When would you use it? Anything else you wish to say about it.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What are all the divisions of a COBOL program?
How arrays can be defined in COBOL?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Write a cobol program making use of the redefine clause.
What is the local-storage section?
IF I mention stop run in CICS what happens?