- Newest
- Most votes
- Most comments
The issue you're experiencing with the CREASTMT job in the AWS Blu Age Workshop is related to the IDCAMS program execution in STEP020. An exit code of 4 from IDCAMS typically indicates a warning condition rather than an error. This warning is preventing the job from proceeding to STEP030.
The log shows that the IDCAMS REPRO command is being executed to copy data from INFILE to OUTFILE. However, it appears that the target dataset (AWS.M2.CARDDEMO.TRXFL.VSAM.KSDS) is empty, which could be the cause of the warning.
To resolve this issue, you can try the following:
-
Verify that the input file (INFILE) contains the expected data. If it's empty, this could explain the warning.
-
Check the IDCAMS control statements to ensure they are correctly specified for your REPRO operation.
-
Review the complete IDCAMS output for any specific warning messages that might provide more details about the exit code 4.
-
Ensure that the target VSAM file (AWS.M2.CARDDEMO.TRXFL.VSAM.KSDS) is properly defined and accessible.
-
If possible, try running the IDCAMS step separately to isolate the issue and get more detailed output.
-
Consider modifying the job control to allow continuation even with a return code of 4, if this aligns with your workshop requirements.
If these steps don't resolve the issue, you may need to consult with the workshop facilitators or AWS Blu Age support for more specific guidance, as there might be workshop-specific configurations or requirements that need to be addressed.
Sources
Data structures for AWS Blu Age user - AWS Mainframe Modernization
Unloading issue during automation process in L3 Workshop | AWS re:Post
Relevant content
- AWS OFFICIALUpdated a year ago

The issue was resolved after i reran from the beginning i.e TRANBKP (1st execution)