How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / aloke deb
255
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the local-storage section?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is comp-1 and comp-2?
In which area will you utilize 88 level items in cobol?
Why did you choose to work with ibm mainframe cobol programming?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What are different data types in cobol?
Name the sections present in data division.
What is the LINKAGE SECTION used in COBOL?
How to remove 2 duplicate records and copy only one using job control language?
What is a report item?
IF I mention stop run in CICS what happens?
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 many sections are there in data division in COBOL?
Explain how to differentiate call by context by comparing it to other calls?