Transfom RPGLE with screens 5250

0

Hi everyone, I have a question regarding the RPGLE programs transformed with 5250 screens with Blu Insights, if it is possible to perform an automatic transformation as is the case of COBOL programs that use CICS and VSAM, for the case and commented above an RPGLE program with the use of 5250 screens if it is possible to perform the complete and functional automatic modernization with the transaction runner JICS by using Blu Insights with the transformation center? Because it does not have several necessary elements that a COBOL program has for its execution with JICS.

1 Answer
0

Transforming RPGLE programs with 5250 screens using Blu Insights is indeed different from transforming COBOL programs that use CICS and VSAM. While automatic transformation is possible, there are some key differences and considerations to keep in mind:

  1. Transaction concept: RPGLE programs on iSeries don't use the same transaction concept as COBOL/CICS. This means the process of mapping programs to transactions in the modernized environment is different.

  2. Data storage: Instead of VSAM, RPGLE typically uses physical files (PF) for data storage. This difference affects how data access is handled in the transformed application.

  3. Screen handling: 5250 screens are different from BMS maps used in CICS, which may require different transformation approaches.

To use the Transaction Runner JICS with transformed RPGLE programs:

  1. Ensure your RPGLE programs and associated display file (DSPF) screens are properly transformed and deployed in the AWS Mainframe Modernization environment.

  2. Check for an equivalent to the initJics.sql file for your RPGLE environment. This file should contain transaction definitions for the modernized application.

  3. Verify that the SQL file includes entries mapping your RPGLE programs to transaction identifiers. You may need to manually add these mappings or adjust the transformation process to generate them.

  4. Review your transformation settings to ensure RPGLE-specific configurations are correctly applied. The transformation process for RPGLE programs might require different settings or additional steps compared to COBOL programs.

While automatic transformation is possible, you may need to perform some manual adjustments or configurations to ensure the RPGLE programs work correctly with the Transaction Runner JICS. The exact process can vary depending on your specific implementation and version of AWS Mainframe Modernization.

If you encounter issues or need further guidance, it's recommended to consult with AWS support or your transformation team for tailored assistance with your RPGLE transformation project.

Sources
Transaction JICS - RPGLE | AWS re:Post

profile picture
answered a month 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