How do you code Cobol to access a parameter that has been
defined in JCL?
Answer Posted / lynn ertell
Apparently you cannot use the ACCEPT verb against the
LINKAGE parameters if you are already using SYSIN.
It's either one or the other but not both.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is comp-1 and comp-2?
Write some characteristics of cobol as means of business language.
What are the different types of condition in cobol and write their forms.
What are the pertinent COBOL
Mention the guidelines to write a structured cobol program?
What is cobol?
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 are the pertinent COBOL commands?
What is the Purpose of Pointer in the string?
What is report-item in COBOL?
How do you reference the fixed block file formats from cobol programs
What is redefines clause in COBOL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
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 do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?