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


Please Help Members By Posting Answers For Below Questions

What are declaratives and what are their uses in cobol?

714


Mention the guidelines to write a structured cobol program?

620


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5693


what is the difference between COBOL2 AND COBOL390?

2453


What is a report item?

741






2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2118


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

645


What type of SDLC u followed? Why?

1520


Write a program to explain size error.

677


Write the code to count the sum of n natural numbers.

701


Differentiate between structured cobol programming and object-oriented cobol programming.

668


) How do u handle errors in BMS macro

1510


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17039


What is redefines clause in COBOL?

851


What are the pertinent COBOL commands?

2626