- Newest
- Most votes
- Most comments
Hello,
There was some improvements on file types.
Go to your code base project and launch the classification again,
this will the set carddemo type to CSDCOMMAD instead of CSD.
You can launch the transformation again and see if this solve the issue
Regards
answered 2 years ago
Did you changed the file type to CSD for the CARDDEMO file? Change ist back to CSD COMMAND, trigger the complete project scope again and it should work.
answered 2 years ago
Hi..Thank you for the reply. CARDDEMO already had the file type as CSD. I did not make any changes to it. Could you please explain on how to change CSD to CSDCOMMANDS. I could not find a way to do it. I am using version 4.2.0 for L3 workshop.
You can change it in the Codebase -> Assets folder -> Choose CARDDEMO -> Click Launch under the "Manage Extensions" Block -> Change it to CSDCOMMAND. Afterwards generate again. At least this solved the problem for me.
Hi..I tried looking in Manage Extensions but all I find is Manage Types and it has a dropdown with types, CSDCOMMAND is not in there. I am unable to manually change the extensions. I am not able to paste the screenshot but the below is textual representation of what is there in Manage types. The target type is a dropdown.
Manage Types Choose/Edit the type of files without known extension (or .txt) and automatically update files metrics.
Selected Files Only Current Type Target Type CSD CSD
Are you using version 4.2.0? Because this version does not have Manage extensions but Manage type and dropdown has CSD but no CSDCOMMANDS.
Thank you.
It seems you're encountering an issue with the CSD (CICS System Definition) transformation during the AWS BluAge L3 Workshop. The problem you're describing, where the initjics.sql file is not properly generated with VSAM file information, could be related to a few potential issues:
-
CICS configuration: Double-check that you've followed all the CICS configuration steps correctly as outlined in the workshop. Any missed steps in the CICS setup could lead to incomplete transformation.
-
CSD file content: Ensure that the CARDDEMO CSD file contains the expected VSAM file definitions. If the CSD file is empty or doesn't contain the necessary information, it could result in the incomplete SQL file generation.
-
Transformation engine version: While you mentioned trying various versions of transform engines in Blu Insights, it's worth confirming that you're using the version recommended for the L3 Workshop. Using an incompatible version could lead to unexpected results.
-
Ad-hoc modifications: Verify that you've made all necessary ad-hoc modifications related to the workshop, as these can sometimes affect the transformation process.
-
File permissions and access: Ensure that the transformation process has the necessary permissions to read the CSD file and write the SQL file.
If you've verified all these points and are still experiencing issues, you may need to reach out to the AWS BluAge support team or consult the workshop facilitators for further assistance. They might be able to provide more specific guidance based on the exact version and configuration of the workshop environment you're using.
Sources
AWS Blu Age L3 workshop - Automation step error | AWS re:Post
AWS Blu Age L3 carddemo-web File Error: READ on CXACAIX | AWS re:Post
AWS BluAge L3 Workshop - IMPORT to Eclipse - Archive for required library not resolved | AWS re:Post
answered 2 years ago
Relevant content
asked 2 years ago
- AWS OFFICIALUpdated 3 years ago

Hi..followed the instructions as mentioned in the answer and the queries got generated as expected. Thank you for helping in resolving this issue.
Thank. I resolved the same problem by launching the classification again. This is the right answer.