what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / anjibabu
in #2 no need to use display statement.
IDENTIFICATION DIVISION.
PROGRAM-ID. A.
PROCEDURE DIVISION.
STOP RUN.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
how to move the records from file to array table. give with code example
What is perform what is varying?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What are the different rules of SORT operation?
What is a report item?
How you can characterize tables in cobol?
How do you get the data to code the BMS macro?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the difference between comp and comp-3 usage?
What are the different open modes available in cobol?
What is the problem of ordered sequential files access?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What rules are to be followed while using the corresponding options?