what is the minimum number of lines a Cobol program should
have to successfully compile and run

Answer Posted / ravikumar. r

Identification division.
program-id. ABCDE.
Procedure division.
display 'abcd'.
stop run.

Is This Answer Correct ?    9 Yes 6 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


What is Pic 9v99 Indicates in COBOL?

729


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1807


What is the difference between external and global variables in COBOL?

815


Write a cobol program making use of the redefine clause.

736






What are the different types of condition in cobol and write their forms.

659


What is rmode(any) ?

686


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?

700


Write some characteristics of cobol as means of business language.

619


What is amode(31)

724


In COBOL programming, what is PERFORM? What is VARYING?

672


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2732


How to know whether the module is dynamical or statistical?

656


What is the default value(s) for an initialize and what keyword allows for an override of the default?

697


Name some of the examples of COBOl 11?

2686