What's the process? Perhaps first:
APPLY CHECK BYPASS( HOLDSYS( <ordinary-reasons> ) ) ...,
then resolve the unusual reason codes (GIM35965I) and do
APPLY BYPASS( HOLDSYSTEM ) ...?
(Just wondering what we should supply in our JCL samples.)
(In internal testing of PTFs, I'm inclined to supply a list
to detect typos in ++HOLD SYSTEM REASON( bogus ) ... MCS.)
Thanks,
gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to list...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
.
.
JO.Skip Robinson
SCE Infrastructure Technology Services
Electric Dragon Team Paddler
SHARE MVS Program Co-Manager
626-302-7535 Office
323-715-0595 Mobile
JO.Skip....@sce.com
CONFIDENTIALITY/EMAIL NOTICE: The material in this transmission contains
confidential and privileged information intended only for the addressee.
If you are not the intended recipient, please be advised that you have
received this material in error and that any forwarding, copying, printing,
distribution, use or disclosure of the material is strictly prohibited.
If you have received this material in error, please (i) do not read it,
(ii) reply to the sender that you received the message in error, and
(iii) erase or destroy the material. Emails are not secure and can be
intercepted, amended, lost or destroyed, or contain viruses. You are deemed
to have accepted these risks if you communicate with us by email. Thank you.
________________________________
From: Scott Rowe <scott...@JOANN.COM>
To: IBM-...@bama.ua.edu
Sent: Tue, April 5, 2011 3:04:18 PM
Subject: Re: SMP/E BYPASS( HOLDSYS( <reason-list> ) )
>The real apply when doing a bypass holdsys does not get a zero return code but a 4.
>
I thought that lately there was an option to cause RC=0 in this case.
But I can't find it in the manuals.
-- gil
Bob
15.43.10 JOB08993 -STEPNAME PROCSTEP RC EXCP CONN
15.43.10 JOB08993 -S1 04 310K 97228
15.43.10 JOB08993 -XXXXAPLY ENDED. NAME-APLY RSU1012
. APPLY
. PTFS
. BYPASS (
. HOLDSYSTEM
. (
. ACTION
. DB2BIND
. DELETE
. DOC
. EXIT
. IPL
. MULTSYS
. )
. )
. EXCLUDE (
. UK59308
. UK59650
. )
. SOURCEID (
. RSU1012
. )
. RETRY(YES)
01/10/11 TIME 15:35:07 SMP/E 35.32
________________________________
From: Gerri Booth <gerri...@WISCONSIN.GOV>
To: IBM-...@bama.ua.edu
Sent: Tue, April 5, 2011 4:22:14 PM
Subject: Re: SMP/E BYPASS( HOLDSYS( <reason-list> ) )
Beginning with SMP/E V3.5 the severity of messages issued for
The primary reason you'd get RC=4 on the APPLY after getting RC=0 on the
APPLY CHECK is because of RETURN CODE = 4 from the binder. Look at the
GIM42001 and GIM35966 msgs in the output. Those are the messages that
result from the BYPASS(HOLDSYS). If they end with an I rather than a W then
that means they are returning RC=0. Only messages ending in W result in
RC=4. In my APPLY jobs those are always GIM23913W (LINK-EDIT PROCESSING FOR
SYSMOD UA55316 WAS SUCCESSFUL FOR MODULE ISTAPCTQ IN LMOD ISTAPVL1 IN THE
SISTCLIB LIBRARY. THE RETURN CODE WAS 04).
________________________________
From: Gerri Booth <gerri...@WISCONSIN.GOV>
To: IBM-...@bama.ua.edu
Sent: Wed, April 6, 2011 9:46:13 AM