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
What is rmode(any) ?
Write the code to count the sum of n natural numbers.
What are the different types of condition in cobol and write their forms.
How to know whether the module is dynamical or statistical?
What are declaratives and what are their uses in cobol?
What is inspect in cobol ?
how do you reference the esds vsam file formats from cobol programs
Write the code implementing the perform … varying.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
For rewrite, why is it mandatory that file needs to be opened?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Why occurs cannot be used in 01 level in COBOL?
What are all the divisions of a COBOL program?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?