Answer Posted / saravanan
answer from leroy is exactly correct ......
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
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
A table has two indexes defined. Which one will be used by the SEARCH?
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.
Why did you choose to work with ibm mainframe cobol programming?
What are all the divisions of a COBOL program?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Write the code implementing the perform … varying.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Why occurs cannot be used in 01 level in COBOL?
IF I mention stop run in CICS what happens?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the Purpose of POINTER Phrase in STRING command in COBOL?
In which area will you utilize 88 level items in cobol?
What is the utilization of copybook in cobol?