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 #1925

Merged
merged 4 commits into from
Jan 28, 2021

Conversation

OnnoVdT
Copy link
Contributor

@OnnoVdT OnnoVdT commented Jan 27, 2021

Please check if your PR fulfills the following requirements. This is simply a reminder of what we are going to look for before merging your PR. If you don't know all of this information when you create this PR, don't worry. You can edit this template as you're working on it.

  • Tests for the changes have been added (for bug fixes / features)
  • Necessary documentation (if appropriate) have been added / updated
  • DCO signoffs have been added to all commits, including this PR

PR type

What type of changes does your PR introduce to Zowe? Put an x in the box that applies to this PR. If you're unsure about any of them, don't hesitate to ask.

  • Bugfix
  • Feature
  • Other... Please describe:

Relevant issues

Fixes #1919

Changes proposed in this PR

  • add pre-req PTFs to sample ACCEPT job in PTF readme
  • substitute & with & in hold to avoid unintended interpretation by browswer

Does this PR introduce a breaking change?

  • Yes
  • No

Does this PR do something the person installing Zowe should know about?


  • Affected function: general area of interest *

  • Description: 1 line description *

  • Part: name of customizable file involved *

multi-line description

Is there a related doc issue or Pull Request?

Doc issue/PR number:

Other information

@OnnoVdT OnnoVdT requested a review from John-A-Davies January 27, 2021 23:42
@OnnoVdT OnnoVdT linked an issue Jan 27, 2021 that may be closed by this pull request
@OnnoVdT
Copy link
Contributor Author

OnnoVdT commented Jan 27, 2021

if there are previous PTFs, then they are now formatted and added to the sample ACCEPT job

//*
//* Change #globalcsi to the data set name of your global CSI.
//* Change #dzone to your CSI distribution zone name.
//*
//ACCEPT   EXEC PGM=GIMSMP,REGION=0M
//SMPCSI   DD DISP=OLD,DSN=#globalcsi
//SMPCNTL  DD *
   SET BOUNDARY(#dzone) .
   ACCEPT SELECT(
      UO01939 UO01940 UO01942 UO01943 UO01945 UO01946 UO01948 UO01949
      UO01951 UO01952 UO01953 UO01954 UO01955 UO01956 UO01958 UO01959
      UO01965 UO01966
   ) REDO COMPRESS(ALL) BYPASS(HOLDSYS,HOLDERROR).
//*

@OnnoVdT OnnoVdT merged commit 4e2eee5 into staging Jan 28, 2021
@OnnoVdT OnnoVdT deleted the users/onno/1919-html branch January 28, 2021 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SMP/E install HTM is missing the prereqs list in the ACCEPT job
2 participants