what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / vijay
technically it is mentioned a flow chart to compile the
cobol programming so i prefers that 4 lines.
IDENTIFICATION DIVISION.
PROGRAM-ID. VIJAY.
ENVIRONMENT DIVISION.
PROCEDURE DIVISION.
DISPLAY ' ALL THE BEST FOR YOUR BRIGHTEST FEATURES'
STOP RUN.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How are the next sentence and continue different from each other?
Can you please let me know the centre name of INS certification in Kolkata.
How you can read the file from bottom?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is difference between static and dynamic call in cobol?
What are the rules of the move verb?
Write a program to enter and display the names of students in a class using the occurs clause.
How many sections are there in data division in COBOL?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Can a Search can be done on a table with or without Index?
What is the compute verb? How is it used?
What is the difference between PIC 9.99 and PIC9v99?
What is the utilization of copybook in cobol?
Give some examples of command terminators?
What is link edit in cobol?