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
How do you differentiate between cobol and cobol-ii?
What is the difference between Call and a Link?
) what is the difference between AID and HANDLE AID?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Write a cobol program making use of the redefine clause.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the utilization of copybook in cobol?
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.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Are you comfortable in cobol or jcl?
What are the rules of the move verb?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
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
What is report-item in COBOL?