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

In COBOL, what is the different between index and subscript?

732


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?

671


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

784


What rules are to be followed while using the corresponding options?

615


Write some characteristics of cobol as means of business language.

595






what are decleratives in cobol?

1802


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.

3688


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1496


What kind of error is trapped by on size error option?

713


How do you differentiate between cobol and cobol-ii?

628


What is cobol?

713


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1883


How you can read the file from bottom?

640


Why would you use find and get rather than to obtain?

653


Define static linking and dynamic linking.

636