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

How do you differentiate between cobol and cobol-ii?

753


What is the difference between Call and a Link?

794


) what is the difference between AID and HANDLE AID?

1742


What is the difference between a binary search and a sequential search what are the pertinent cobol?

823


Write a cobol program making use of the redefine clause.

827






What are INPUT PROCEDURE and OUTPUT PROCEDURE?

806


What is the utilization of copybook in cobol?

764


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1785


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1693


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

834


Are you comfortable in cobol or jcl?

719


What are the rules of the move verb?

813


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2837


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1086


What is report-item in COBOL?

796