what is S04E error in jcl?
Answers were Sorted based on User's Feedback
Answer / shan
This Abend is basically a space abend or Pointer refference
error. By this, both the above answers are correct.
| Is This Answer Correct ? | 4 Yes | 9 No |
where did you see the information regarding abend codes in jcl?
what is mainframe? what is the mainframe software ? what is use in s/w field?
What is redefines clause in COBOL?
What is perform what is varying?
using redefine can you redefine lower variable size to higher variable size?
what is label record is standard or omitted in file description of data division?
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
what happens if we dont close cursor in db2-cobol pgm?
What is tne need to use sub programs in Cobol?
what will happen if pass values more than 100 using PARM parameter?
give the examples for strings and unstrings 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