what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / ravikumar. r
Identification division.
program-id. ABCDE.
Procedure division.
display 'abcd'.
stop run.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
what is the difference between COBOL2 AND COBOL390?
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
How do u write test cases?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
what are decleratives in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is Pic 9v99 Indicates in COBOL?
how do you reference the ksds vsam file formats from cobol programs
What is the difference between external and global variables in COBOL?
What is static and dynamic call in cobol?
What are the access modes of START statement?
What is a SSRANGE and NOSSRANGE?