Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support CICS expressions in Expand Source Code #477

Open
phaumer opened this issue Feb 7, 2025 · 1 comment
Open

Support CICS expressions in Expand Source Code #477

phaumer opened this issue Feb 7, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@phaumer
Copy link
Member

phaumer commented Feb 7, 2025

We're very interested in this function as we utilize expanded source code to run different unit tests. We currently have our own custom expander, but would be more than interested in using the one that you guys provide. In our own custom expander we've had to have custom logic on CICS expressions such as DFHVALUE(), DFHRESP() and EIBTRNID.

Can you shed some light on your future plans for this function in the Z open editor if there are any?

Perhaps this question should be in the discussion section?

Thanks in advance

Originally posted by @TommyTechh in #472

@TommyTechh
Copy link

We're using gnuCobol as our cobol compiler in our pipeline, which means we need to handle the CICS expressions manually.
We currently have custom logic for DFHRESP and DFHVALUE to replace the statement with the correlating number value.

We have also decided to replace EIBTRNID with a default string value.

It can be argued that it should not be the responsibility for the expander to handle this, but the compiler. But can we expect cobol compilers to handle CICS statements, i'm not sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants