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
IF I mention stop run in CICS what happens?
How you can characterize tables in cobol?
What are the pertinent COBOL
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Difference between cobol and cobol-ii?
Write down the divisions of cobol program?
What the difference is between continue and next sentence?
Define static linking and dynamic linking.
what is the difference between COBOL2 AND COBOL390?
What are different data types in cobol?
What is the difference between Call and a Link?
What is redefines clause in COBOL?
How to know whether the module is dynamical or statistical?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?