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

Runtime option fix and minor changes #3831

Merged
merged 1 commit into from
May 22, 2024

Conversation

Martin-Zeithaml
Copy link
Contributor

  1. The output of CEE_OPTIONS=tsocmd "OMVS RUNOPTS('RPTOPTS(ON)')" was not saved to due to error. The content of version_output was (missing the important part):
z/OS version: RELEASE z/OS 03.01.00 LICENSE = z/OS
Java version: java version "1.8.0_123"
NodeJS version: v18.24.0
External Security Manager: TSS
CEE Runtime Options: FSUM2051I The OMVS command failed because the display screen size is not supported.+
FSUM2052I The screen size must be at least 12 by 40 but less than 10000 bytes total.  The actual primary screen size is 255 by 255 (
65025 bytes).  The alternate screen size is 255 by 255 (65025 bytes).
  1. version_output renamed to environment_output
  2. Small change in help
  3. If no SDSF, get the z/OS version from &SYSOSLVL
  4. print_message_file to simplify the code

With fix, the output is like (some values might be altered):

[Environment information]
z/OS version: RELEASE z/OS 03.03.00 LICENSE = z/OS
Java version: java version "1.9.0_123"
NodeJS version: v22.00.01
External Security Manager: 007
CEE Runtime Options: OMVS RUNOPTS('RPTOPTS(ON)')
FSUM2051I The OMVS command failed because the display screen size is not supported.+
FSUM2052I The screen size must be at least 12 by 40 but less than 10000 bytes total.  The actual primary screen size is 255 by 255 (
65025 bytes).  The alternate screen size is 255 by 255 (65025 bytes).
LAST WHERE SET                 OPTION
-------------------------------------------------------------------------------
PARMLIB(CEEPRM00)              SKYNET(OFF)
PARMLIB(CEEPRM00)              T800(DEACTIVATED)
Programmer default             PIZZA,HAMBURGER,BEER
Default setting                BE_NICE_TO_EACH_OTHER
...

Copy link

github-actions bot commented May 16, 2024

build 5256 SUCCEEDED.
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/9115449341

Copy link

github-actions bot commented May 16, 2024

Test workflow 4531 is started.
Running install test: Convenience Pax
The zowe artifact being used by this test workflow: libs-snapshot-local/org/zowe/2.16.0-PR-3831/zowe-2.16.0-pr-3831-5256-20240516160515.pax
Running on machine: zzow08
Result: SUCCESS
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/9115572430

@1000TurquoisePogs 1000TurquoisePogs merged commit 018c2bd into v2.x/staging May 22, 2024
11 checks passed
@1000TurquoisePogs 1000TurquoisePogs deleted the v2.x/bugfix/supportCEE branch May 22, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants