created cluster using IDCAMS ..that is empty ..when i write a
program for read using Input ..wil it open the cluster or
gives any error?
Answer Posted / pramod
Open statement itself fails when u try to open an empty
file.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is a report item?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the difference between comp and comp-3?
What is the difference between Call and a Link?
How do we get current date from system with century in COBOL?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Describe the cobol database components?
What guidelines should be followed to write a structured cobol prgm?
Can we change the password using ALTER? anyone tried and changed?
How do you reference the fixed block file formats from cobol programs
how do you reference the fixed unblock file formats from cobol programs
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.
Differentiate between structured cobol programming and object-oriented cobol programming.
What is rmode(any) ?
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