- Newest
- Most votes
- Most comments
The issue you're experiencing with the COMBTRAN.groovy transformation is likely related to how the SORT fields are being interpreted during the transformation process. The difference between the transformed output and the expected result suggests that the transformation engine is interpreting the SORT fields differently than intended.
To address this issue, you might need to make some ad-hoc modifications to the COMBTRAN job or the transformation process:
-
Check the SORT statement in the original JCL to ensure it matches the expected format (SORT FIELDS=(1,16,CH,A)).
-
If the original JCL uses symbolic parameters or variables for the SORT fields, make sure these are properly resolved or handled during the transformation.
-
You may need to add a custom rule or override in the transformation engine to ensure it interprets the SORT fields correctly.
Regarding the missing INSERT statements in the initJics.sql file after editing CARDDEMO, this could be related to how the CSD (CICS System Definition) file is being processed. To resolve this:
-
Ensure the CARDDEMO file type is set to CSDCOMMAND instead of just CSD.
-
After changing the file type, try running the classification again for the entire project scope.
-
Then attempt the transformation process once more.
If these steps don't resolve the issues, you may need to consult with the AWS BluAge support team or the workshop facilitators for more specific guidance, as there might be version-specific considerations or workshop-specific configurations that need to be addressed.
Sources
AWS BluAge L3 Workshop - Execution - Batch Testing - COMBTRAN(SORT) - Issue | AWS re:Post
AWS BluAge L3 Workshop - Execution - Test - Batch - COMBTRAN - Issue | AWS re:Post
L3 Workshop. CSD does not get properly transformed. | AWS re:Post
The problem was that the SORT statement still contained symbolic reference. I double check the COMBTRAN.jcl. I did not update the JCL correctly.
The csd is solved by launching a classification in code base. It is because there is some improvement in file type. Carddemo csd becomes CSDCOMMAD.
Relevant content
- asked 2 years ago
- asked 3 months ago
- asked 8 months ago
- asked 5 months ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 months ago