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 you define a variable of comp-1 and comp-2?
What is redefines clause in COBOL?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
In COBOL programming, what is PERFORM? What is VARYING?
Can you please let me know the centre name of INS certification in Kolkata.
What kind of error is trapped by on size error option?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the problem of ordered sequential files access?
What are the different rules for performing sort operation?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
) How do u handle errors in BMS macro?
Can we change the password using ALTER? anyone tried and changed?
Describe the cobol database components?
What are literals?
What is the Purpose of POINTER Phrase in STRING command in COBOL?