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
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is report-item in COBOL?
What are the different types of condition in cobol and write their forms.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how to refer the data field?
What is the Purpose of Pointer in the string?
What are the different rules to perform a Search?
Name the divisions, which are available in a cobol program?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Write a program to enter and display the names of students in a class using the occurs clause.
Write a program that uses move corresponding.
How can you get the ksds file records into your cobol program?
Explain how to differentiate call by context by comparing it to other calls?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks