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

IF I mention stop run in CICS what happens?

2098


How you can characterize tables in cobol?

930


What are the pertinent COBOL

2247


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1865


Difference between cobol and cobol-ii?

948


Write down the divisions of cobol program?

852


What the difference is between continue and next sentence?

877


Define static linking and dynamic linking.

877


what is the difference between COBOL2 AND COBOL390?

2733


What are different data types in cobol?

916


What is the difference between Call and a Link?

897


What is redefines clause in COBOL?

1045


How to know whether the module is dynamical or statistical?

878


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

2235


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

629