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

SMP/E install HTM is missing the prereqs list in the ACCEPT job #1919

Closed
John-A-Davies opened this issue Jan 26, 2021 · 1 comment · Fixed by #1925
Closed

SMP/E install HTM is missing the prereqs list in the ACCEPT job #1919

John-A-Davies opened this issue Jan 26, 2021 · 1 comment · Fixed by #1925
Assignees
Labels
bug Something isn't working

Comments

@John-A-Davies
Copy link
Contributor

Describe the bug
The HTML file supplied in the SMP/E package has an un-substituted symbol (#pre) in the ACCEPT job JCL

To Reproduce
Steps to reproduce the behavior:

  1. unzip the SMP/E package
  2. point your browser at ZOWE.AZWE001.UO01967.readme.htm
  3. Scroll down to the ACCEPT job JCL
  4. See error

Expected behavior
The symbol (#pre) should be replaced by a list of the pre-requisite PTFs

Screenshots

//ACCEPT   EXEC PGM=GIMSMP,REGION=0M
//SMPCSI   DD DISP=OLD,DSN=#globalcsi
//SMPCNTL  DD *
   SET BOUNDARY(#dzone) .
   ACCEPT SELECT(
#pre
   ) REDO COMPRESS(ALL) BYPASS(HOLDSYS,HOLDERROR).
//*

Additional context
Same error occurs in previous releases, e.g. v1.17

@Martin-Zeithaml
Copy link
Contributor

Seems to be fine for v1 and v2:

//ACCEPT   EXEC PGM=GIMSMP,REGION=0M,COND=(4,LT)
//SMPCSI   DD DISP=OLD,DSN=#globalcsi
//SMPCNTL  DD *
   SET BOUNDARY(#dzone) .
   ACCEPT SELECT(
      AZWE001
      UO01939 UO01940 UO01942 UO01943 UO01945 UO01946 UO01948 UO01949
      UO01951 UO01952 UO01953 UO01954 UO01955 UO01956 UO01958 UO01959
      UO01965 UO01966 UO01967 UO01968 UO01969 UO01970 UO01980 UO01981
      UO01982 UO01983 UO01984 UO01991 UO01992 UO01993 UO01994 UO01995
      UO01996 UO01997 UO01998 UO01999 UO02000 UO02020 UO02023 UO02024
      UO02025 UO02026 UO02027 UO02028 UO02029 UO02030 UO90028 UO90029
      UO90038 UO90039 UO90051 UO90052
   ) REDO COMPRESS(ALL) BYPASS(HOLDSYS,HOLDERROR).
//* 
//ACCEPT   EXEC PGM=GIMSMP,REGION=0M,COND=(4,LT)
//SMPCSI   DD DISP=OLD,DSN=#globalcsi
//SMPCNTL  DD *
   SET BOUNDARY(#dzone) .
   ACCEPT SELECT(
      AZWE002
      UO02047 UO02048 UO02049 UO02050 UO02051 UO02052 UO02053 UO02054
      UO02056 UO02057 UO02058 UO02059 UO02062 UO02063 UO02064 UO02065
      UO02066 UO02067 UO90018 UO90019 UO90020 UO90021 UO90022 UO90023
      UO90031 UO90032 UO90033 UO90034 UO90045 UO90046 UO90047 UO90048
      UO90049 UO90050 UO90057 UO90058
   ) REDO COMPRESS(ALL) BYPASS(HOLDSYS,HOLDERROR).
//*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants