How to convert bunch of words in a line to relvant ASCII
values?
Answer Posted / swapna
code translate=all is the answer
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How do define dynamic array in cobol.
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is a SSRANGE and NOSSRANGE?
What guidelines should be followed to write a structured cobol prgm?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is report-item in COBOL?
how do you reference the fixed unblock file formats from cobol programs
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is rmode(any) ?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are the different rules to perform a Search?
What is static and dynamic call in cobol?
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