'IBM Z Xplore JCL1 challenge Abend U4038
In the JCL1 challenge, I tried changing the member name for output from NAME to COMBINED but the User Abend U4038 continues to be raised.
Original
//FULLNAME DD DSN=&SYSUID..OUTPUT(NAMES),DISP=SHR
Modified
//FULLNAME DD DSN=&SYSUID..OUTPUT(COMBINED),DISP=SHR
Then this weird thing happened, I reran my JCL1 job and it showed an error even though I didn't change anything.
ERROR at JOBS
"JCL1(JOB03785) - JCL ERROR "
Rather than
"JCL1(JOB03785) - CC 0000"
Solution 1:[1]
The error is on line 13 of the JCL and you need to change //COMBINE to //COMBINED I don't know if you still need help with this but in case you or anyone else does, I'll leave this here as I came across it when I was stuck at the same step. Thank you for creating a thread for this specific stumper! Level 1, Challenge 3, Step 9
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | River |
