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 to convert the recors form vsam file to db2 table tru file aid
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How to remove 2 duplicate records and copy only one using job control language?
What are declaratives and what are their uses in cobol?
Write a cobol program making use of the redefine clause.
Name the divisions, which are available in a cobol program?
What is inspect in cobol ?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What kind of error is trapped by on size error option?
what is the difference between COBOL2 AND COBOL390?
Why occurs cannot be used in 01 level in COBOL?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
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.
What is perform what is varying?
What is the Purpose of POINTER Phrase in STRING command in COBOL?