Answer Posted / hitz
Surya's right most half a byte is correct or Sekhar's left
most half-a-byte? please help to correct this.....
| Is This Answer Correct ? | 0 Yes | 0 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
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how to move the records from file to array table. give with code example
What is amode(31)
What guidelines should be followed to write a structured cobol prgm?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Explain what you understand by passing by value.
For rewrite, why is it mandatory that file needs to be opened?
What are all the divisions of a COBOL program?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Explain how you can characterize tables in cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What are the access modes of START statement?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
) how do u code after getting data?