Skip to content

ibm_zos_core modules and ZOAU compatibility with JES3 enivironment #1492

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

Open
ddimatos opened this issue May 1, 2024 Discussed in #1489 · 1 comment
Open

ibm_zos_core modules and ZOAU compatibility with JES3 enivironment #1492

ddimatos opened this issue May 1, 2024 Discussed in #1489 · 1 comment
Assignees
Labels
Backlog Enabler Enabler task Waiting on dependency This issue requires a change on a dependnecy out of scop for this team but tracked by this team

Comments

@ddimatos
Copy link
Collaborator

ddimatos commented May 1, 2024

Discussed in #1489

Originally posted by bcronefnts April 30, 2024
I would like to know if the ibm_zos_core modules and IBM ZOAU are compatible with a JES3 environment. I am getting unpredictable results when attempting to submit a JOB, Query a JOB, or list the OUTPUT of the the JOB. When submitting a JOB Ansible never gets a return that the JOB completed successfully. When I attempt to list the OUTPUT of the JOB, the module is successful, but I get no output. Are these tools compatible with a JES3 environment, or do they only work with JES2?

@ddimatos ddimatos added the Needs Triage Issue need assessment by a team member(s) label May 1, 2024
@ddimatos ddimatos added Backlog and removed Needs Triage Issue need assessment by a team member(s) labels May 1, 2024
@ddimatos ddimatos added Waiting on dependency This issue requires a change on a dependnecy out of scop for this team but tracked by this team Enabler Enabler task labels May 1, 2024
@couckearthur
Copy link

couckearthur commented May 6, 2024

We are a JES3 environment, actually a JES3+ (Phoenix) environment. The problems with the job submitting we had in the past was due to the following:
"In the ZOAU coding the programmers are using SSI 54 (the Request Subsystem Version Information Call) to retrieve the literals SSVIFMID/SSVIVERS.
These literals have been changed with JES3Plus. ZOAU has a hard-coded dependency on IBM z/OS JES3 identification literals appearing in the SSI 54 response."

After quite some discussions between us, IBM (and the ZOAU development team) the conclusion was that JES3+ is unsupported. And soon IBM JES3 also becomes unsupported I suppose as IBM will not deliver it anymore...

So in our case Ed Jaffe fixed with introducing a 'bad actor' table in their latest version to catch that SSVIFMID/SSVIVERS mismatch. Personally I try to avoid submitting a job with using the zos_mvs_raw module.

I still have to test how the job submitting is behaving now with our latest JES3+ version and ZOAU 1.3. I will post the outcome here

@richp405 richp405 added this to the [Backlog] Enablers milestone May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backlog Enabler Enabler task Waiting on dependency This issue requires a change on a dependnecy out of scop for this team but tracked by this team
Projects
Status: Backlog
Development

No branches or pull requests

4 participants