what is the minimum number of lines a Cobol program should
have to successfully compile and run

Answer Posted / saravanan

#9 anjibabu answer is correct

In cobol program ID Division and procedure Division is mandontary.......

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

) How do u handle errors in BMS macro

1512


how do you reference the variable block file formats from cobol programs

688


How do u write test cases?

1638


Name the divisions, which are available in a cobol program?

685


What are the pertinent COBOL commands?

2626






How do you define a variable of comp-1 and comp-2?

705


How you can characterize tables in cobol?

719


how do you reference the rrds file formats from cobol programs

801


What kind of error is trapped by on size error option?

740


How are the next sentence and continue different from each other?

766


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5695


HOw can I get the negative sign while deduct high value from low value

1791


What are the cobol coding sheets?

665


IF I mention stop run in CICS what happens?

1896


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

2337