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
Name some of the examples of COBOl 11?
What are 77 levels used for?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the difference between external and global variables in COBOL?
What is the use of intialize verb?
What is amode(31)
In which area will you utilize 88 level items in cobol?
How do get the result of your program directly on your pc?
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.
How you can characterize tables in cobol?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Explain what you understand by passing by value.
How do you reference the following file formats from cobol programs?
How to print 10 to 1 if the input have only 10 digit number?
Discuss about changing dataset name in proc.