AWS Blue Age 4.8.0 CICS transform - CSD commands output

0

I have full transformation on all project sources and outputs generated/downloaded. As per docs the outputs should contain csd commands\sql\initJics.sql but which is missing

I got csd commands \ json \ csd folder which contains JicsFileAix JSON file. There is no SQL folder.

Enter image description here Enter image description here

Is this expected as per latest sources or something missing in my transformation settings/congurations?

profile picture
asked 2 months ago49 views
2 Answers
1
Accepted Answer
Based on the information provided, it appears that the output you're seeing is not the expected result for a full transformation in AWS Blu Age 4.8.0. Typically, when performing a complete transformation of CICS programs including CSD (CICS System Definition) files, you should expect to see SQL outputs, including the initJics.sql file.

The absence of the SQL folder and the initJics.sql file suggests that there might be an issue with your transformation settings or configuration. Here are a few things to consider:

1. Check if the "Only Weather Report" option is enabled in your transformation settings. This option, when active, restricts the output to only generate weather reports in XLSX format instead of full Java/Groovy outputs and associated SQL files.

2. Verify that the CSD file type is correctly set in your project. There have been improvements to file type classifications, so you may need to launch the classification process again in your codebase project. This should set the CARDDEMO type to CSDCOMMAND instead of CSD.

3. Ensure that your CARDDEMO CSD file contains the expected VSAM file definitions. If the file is empty or missing necessary information, it could result in incomplete SQL file generation.

4. Double-check that you've followed all CICS configuration steps correctly as outlined in the workshop instructions.

5. Try running a complete project scope transformation again after verifying these settings.

If after checking these points you still don't see the expected SQL outputs, it may be worth reaching out to AWS support or consulting the latest Blu Age documentation, as the tools and processes are continuously evolving.
  

Sources
Blu Age L3 workshop transformation outputs, weather reports | AWS re:Post
Transformation Failure: Missing initJics.sql and Unable to Download Transform outputs in Blu Insights | AWS re:Post

profile picture
answered 2 months ago
profile picture
EXPERT
reviewed 2 months ago
0

Ran CARDEMO CSD alternate indexes and got the required folders/files

Enter image description here Enter image description here

profile picture
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions