Re: need help trying to apply PSP bucket ptf's for z/OS 1.9

2011-07-18 Thread Kurt Quackenbush

I checked my UTILITY ENTRY LKED and it has HIGHEST RETURN CODE,===,4

but my SMPE says:  MAX ACCEPTABLE RC=0


There are three possible sources for the maximum acceptable return code 
for a load module, used in this order:


1) RETURN CODE subentry in the LMOD entry.  Gleaned from the JCLIN if 
specified, this value is stored in the LMOD entry and used whenever the 
subject load module is link edited.  In this situation, LMOD IEAVNPF9 
does indeed have a RETURN CODE subentry of 0 as defined in its JCLIN, 
hence you see the comment MAX ACCEPTABLE RC=0 in the link edit control 
statement output.


2) RETURN CODE subentry in the UTILITY entry.  Defined by you, usually 
with recommendations from the software vendor (for z/OS IBM recommends 
RC=4).  Remember the active UTILITY entry is identified by the active 
OPTIONS entry, and the active OPTIONS entry is either specified on the 
SET command or defined in the TZONE entry as the default OPTIONS entry 
to use for that target zone.


3) SMP/E's default link edit return code.  The default value is 8, which 
is used only if a value was not found in the LMOD entry or the active 
UTILITY entry.


Kurt Quackenbush -- IBM, SMP/E Development

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: need help trying to apply PSP bucket ptf's for z/OS 1.9

2011-07-15 Thread Staller, Allan
There are some more messages in the SMPLOG that will give you more info.
Does SMPLOG indicate a failure.
Also, read the PTF descriptions in your SMPPTS. There is most likely an
hold (action, uclin) on one or more of the PTF's.

IIRC, an unresolved reference with NCAL will always generate an RC=4
(which I would consider acceptable), even for a nucleus link.

Where does SMP think module IXCMIFNP is supposed to live? Is this in
your SMP utility entry for the Binder?



HTH,

Al Staller | Z Systems Programmer | KBM Group | (Tel) 972 664 3565 |
allan.stal...@kbmg.com

snip
I am up the creek without a paddle. We are still on z/OS 1.9 and are
going 
to z 10 processor. There is a PSP bucket for the z10
that includes UA48080 and UA49199. When SMPE tries to apply these two I 
get the following:

BATCH EMULATOR  JOB(SYSJCNSM) STEP(S1  ) PGM= HEWLH096
IEW2322I 1220  65ENTRY IXCINRIM
IEW2322I 1220  66INCLUDE SMPWRK3(IXCI2PRM)  UA48080 SEQ
#
IEW2322I 1220  67 IDENTIFY IXCI2PRM('UA48080')
IEW2322I 1220  68 SETSSI 01118080
IEW2322I 1220  69INCLUDE SMPWRK3(IXCI2RIM)  UA49199
IEW2322I 1220  70 IDENTIFY IXCI2RIM('UA49199')
IEW2322I 1220  71 SETSSI 01119199
IEW2322I 1220  72INCLUDE NUCLEUS(IEAVNPF9)
IEW2322I 1220  73NAME IEAVNPF9(R)   MAX
ACCEPTABLE 
RC=0
IEW2454W 9203 SYMBOL IXCMIFNP UNRESOLVED.  NO AUTOCALL (NCAL) SPECIFIED.
/snip

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: need help trying to apply PSP bucket ptf's for z/OS 1.9

2011-07-15 Thread Skip Robinson
A number of 'normal' situations can lead to RC 4 from link edit. I suggest 
setting GLOBAL UTILITY LKED to allow RETURN CODE 4. Anything higher than 4 
should be considered a problem. 

.
.
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.robin...@sce.com



From:   Staller, Allan allan.stal...@kbmg.com
To: IBM-MAIN@bama.ua.edu
Date:   07/15/2011 08:41 AM
Subject:Re: need help trying to apply PSP bucket ptf's for z/OS 
1.9
Sent by:IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu



There are some more messages in the SMPLOG that will give you more info.
Does SMPLOG indicate a failure.
Also, read the PTF descriptions in your SMPPTS. There is most likely an
hold (action, uclin) on one or more of the PTF's.

IIRC, an unresolved reference with NCAL will always generate an RC=4
(which I would consider acceptable), even for a nucleus link.

Where does SMP think module IXCMIFNP is supposed to live? Is this in
your SMP utility entry for the Binder?



HTH,

Al Staller | Z Systems Programmer | KBM Group | (Tel) 972 664 3565 |
allan.stal...@kbmg.com

snip
I am up the creek without a paddle. We are still on z/OS 1.9 and are
going 
to z 10 processor. There is a PSP bucket for the z10
that includes UA48080 and UA49199. When SMPE tries to apply these two I 
get the following:

BATCH EMULATOR  JOB(SYSJCNSM) STEP(S1  ) PGM= HEWLH096
IEW2322I 1220  65ENTRY IXCINRIM
IEW2322I 1220  66INCLUDE SMPWRK3(IXCI2PRM)  UA48080 SEQ
#
IEW2322I 1220  67 IDENTIFY IXCI2PRM('UA48080')
IEW2322I 1220  68 SETSSI 01118080
IEW2322I 1220  69INCLUDE SMPWRK3(IXCI2RIM)  UA49199
IEW2322I 1220  70 IDENTIFY IXCI2RIM('UA49199')
IEW2322I 1220  71 SETSSI 01119199
IEW2322I 1220  72INCLUDE NUCLEUS(IEAVNPF9)
IEW2322I 1220  73NAME IEAVNPF9(R)   MAX
ACCEPTABLE 
RC=0
IEW2454W 9203 SYMBOL IXCMIFNP UNRESOLVED.  NO AUTOCALL (NCAL) SPECIFIED.
/snip



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: need help trying to apply PSP bucket ptf's for z/OS 1.9

2011-07-15 Thread Jim Thomas
Missing a SYSLIB ??. 

Kind Regards

Jim Thomas
617-233-4130 (mobile)
636-294-1014(res)
j...@thethomasresidence.us (Email)


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf
Of John Norgauer
Sent: Friday, July 15, 2011 10:18 AM
To: IBM-MAIN@bama.ua.edu
Subject: need help trying to apply PSP bucket ptf's for z/OS 1.9

I am up the creek without a paddle. We are still on z/OS 1.9 and are going 
to z 10 processor. There is a PSP bucket for the z10
that includes UA48080 and UA49199. When SMPE tries to apply these two I 
get the following:

BATCH EMULATOR  JOB(SYSJCNSM) STEP(S1  ) PGM= HEWLH096
IEW2322I 1220  65ENTRY IXCINRIM
IEW2322I 1220  66INCLUDE SMPWRK3(IXCI2PRM)  UA48080 SEQ #
IEW2322I 1220  67 IDENTIFY IXCI2PRM('UA48080')
IEW2322I 1220  68 SETSSI 01118080
IEW2322I 1220  69INCLUDE SMPWRK3(IXCI2RIM)  UA49199
IEW2322I 1220  70 IDENTIFY IXCI2RIM('UA49199')
IEW2322I 1220  71 SETSSI 01119199
IEW2322I 1220  72INCLUDE NUCLEUS(IEAVNPF9)
IEW2322I 1220  73NAME IEAVNPF9(R)   MAX ACCEPTABLE 
RC=0
IEW2454W 9203 SYMBOL IXCMIFNP UNRESOLVED.  NO AUTOCALL (NCAL) SPECIFIED.

Any suggestions as to how I can get passed this error?



John Norgauer
Senior Systems Programmer
Mainframe Technical Support Services
University of California Davis Medical Center
2315 Stockton Blvd
ASB 1300
Sacramento, Ca 95817
916-734-0536

 SYSTEMS PROGRAMMING..  Guilty, until proven innocent !! JN  2004

Hardware eventually breaks - Software eventually works  anon


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1390 / Virus Database: 1516/3766 - Release Date: 07/15/11

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: need help trying to apply PSP bucket ptf's for z/OS 1.9

2011-07-15 Thread John Norgauer
No info in the HOLD data or the SMPLOG.



John Norgauer
Senior Systems Programmer
Mainframe Technical Support Services
University of California Davis Medical Center
2315 Stockton Blvd
ASB 1300
Sacramento, Ca 95817
916-734-0536

 SYSTEMS PROGRAMMING..  Guilty, until proven innocent !! JN  2004

Hardware eventually breaks - Software eventually works  anon


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: need help trying to apply PSP bucket ptf's for z/OS 1.9

2011-07-15 Thread John Norgauer
I checked my UTILITY ENTRY LKED and it has HIGHEST RETURN CODE,===,4

but my SMPE says:  MAX ACCEPTABLE RC=0





John Norgauer
Senior Systems Programmer
Mainframe Technical Support Services
University of California Davis Medical Center
2315 Stockton Blvd
ASB 1300
Sacramento, Ca 95817
916-734-0536

 SYSTEMS PROGRAMMING..  Guilty, until proven innocent !! JN  2004

Hardware eventually breaks - Software eventually works  anon


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: need help trying to apply PSP bucket ptf's for z/OS 1.9

2011-07-15 Thread Skip Robinson
Be sure that your specified (or default) OPTIONS entry points to the 
UTILITY entry by name. Sounds like there's a disconnect. 

.
.
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.robin...@sce.com



From:   John Norgauer john.norga...@ucdmc.ucdavis.edu
To: IBM-MAIN@bama.ua.edu
Date:   07/15/2011 09:46 AM
Subject:Re: need help trying to apply PSP bucket ptf's for z/OS 
1.9
Sent by:IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu



I checked my UTILITY ENTRY LKED and it has HIGHEST RETURN CODE,===,4

but my SMPE says:  MAX ACCEPTABLE RC=0





John Norgauer
Senior Systems Programmer
Mainframe Technical Support Services
University of California Davis Medical Center
2315 Stockton Blvd
ASB 1300
Sacramento, Ca 95817
916-734-0536

 SYSTEMS PROGRAMMING..  Guilty, until proven innocent !! JN  2004

Hardware eventually breaks - Software eventually works  anon


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: need help trying to apply PSP bucket ptf's for z/OS 1.9

2011-07-15 Thread Norbert Friemel
On Fri, 15 Jul 2011 08:17:54 -0700, John Norgauer wrote:

I am up the creek without a paddle. We are still on z/OS 1.9 and are going
to z 10 processor. There is a PSP bucket for the z10
that includes UA48080 and UA49199. When SMPE tries to apply these two I
get the following:


Any suggestions as to how I can get passed this error?



Check the SYSMOD STATUS REPORT in SMPRPT. What's the status and the causer 
for UA48080  UA49199? Another (failing) PTF (UA44164?) could be the root cause.
IXCMIFNP is an entry in MOD IXCM2FNP.

Norbert Friemel

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: need help trying to apply PSP bucket ptf's for z/OS 1.9

2011-07-15 Thread Schwarz, Barry A
SYSLIB is not used if NCAL is specified.

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of Jim Thomas
 Sent: Friday, July 15, 2011 9:07 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: need help trying to apply PSP bucket ptf's for z/OS 1.9

 Missing a SYSLIB ??.

 Kind Regards

 Jim Thomas
 617-233-4130 (mobile)
 636-294-1014(res)
 j...@thethomasresidence.us (Email)


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf
 Of John Norgauer
 Sent: Friday, July 15, 2011 10:18 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: need help trying to apply PSP bucket ptf's for z/OS 1.9

 I am up the creek without a paddle. We are still on z/OS 1.9 and are going
 to z 10 processor. There is a PSP bucket for the z10
 that includes UA48080 and UA49199. When SMPE tries to apply these two I
 get the following:

 BATCH EMULATOR  JOB(SYSJCNSM) STEP(S1  ) PGM= HEWLH096
 IEW2322I 1220  65ENTRY IXCINRIM
 IEW2322I 1220  66INCLUDE SMPWRK3(IXCI2PRM)  UA48080 SEQ #
 IEW2322I 1220  67 IDENTIFY IXCI2PRM('UA48080')
 IEW2322I 1220  68 SETSSI 01118080
 IEW2322I 1220  69INCLUDE SMPWRK3(IXCI2RIM)  UA49199
 IEW2322I 1220  70 IDENTIFY IXCI2RIM('UA49199')
 IEW2322I 1220  71 SETSSI 01119199
 IEW2322I 1220  72INCLUDE NUCLEUS(IEAVNPF9)
 IEW2322I 1220  73NAME IEAVNPF9(R)   MAX ACCEPTABLE
 RC=0
 IEW2454W 9203 SYMBOL IXCMIFNP UNRESOLVED.  NO AUTOCALL (NCAL) SPECIFIED.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: need help trying to apply PSP bucket ptf's for z/OS 1.9

2011-07-15 Thread Jim Thomas
Oops ... sorry.

Kind Regards

Jim Thomas
617-233-4130 (mobile)
636-294-1014(res)
j...@thethomasresidence.us (Email)


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf
Of Schwarz, Barry A
Sent: Friday, July 15, 2011 1:39 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: need help trying to apply PSP bucket ptf's for z/OS 1.9

SYSLIB is not used if NCAL is specified.

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of Jim Thomas
 Sent: Friday, July 15, 2011 9:07 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: need help trying to apply PSP bucket ptf's for z/OS 1.9

 Missing a SYSLIB ??.

 Kind Regards

 Jim Thomas
 617-233-4130 (mobile)
 636-294-1014(res)
 j...@thethomasresidence.us (Email)


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf
 Of John Norgauer
 Sent: Friday, July 15, 2011 10:18 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: need help trying to apply PSP bucket ptf's for z/OS 1.9

 I am up the creek without a paddle. We are still on z/OS 1.9 and are going
 to z 10 processor. There is a PSP bucket for the z10
 that includes UA48080 and UA49199. When SMPE tries to apply these two I
 get the following:

 BATCH EMULATOR  JOB(SYSJCNSM) STEP(S1  ) PGM= HEWLH096
 IEW2322I 1220  65ENTRY IXCINRIM
 IEW2322I 1220  66INCLUDE SMPWRK3(IXCI2PRM)  UA48080 SEQ #
 IEW2322I 1220  67 IDENTIFY IXCI2PRM('UA48080')
 IEW2322I 1220  68 SETSSI 01118080
 IEW2322I 1220  69INCLUDE SMPWRK3(IXCI2RIM)  UA49199
 IEW2322I 1220  70 IDENTIFY IXCI2RIM('UA49199')
 IEW2322I 1220  71 SETSSI 01119199
 IEW2322I 1220  72INCLUDE NUCLEUS(IEAVNPF9)
 IEW2322I 1220  73NAME IEAVNPF9(R)   MAX ACCEPTABLE
 RC=0
 IEW2454W 9203 SYMBOL IXCMIFNP UNRESOLVED.  NO AUTOCALL (NCAL) SPECIFIED.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1390 / Virus Database: 1516/3766 - Release Date: 07/15/11

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: need help trying to apply PSP bucket ptf's for z/OS 1.9

2011-07-15 Thread Jim Thomas
Sorry ... hit 'send' by mistake.

My previous reply was meant to state ... 

Oops ... sorry .. meant to be INCLUDE (with the correct SYSLIB).

Kind Regards

Jim Thomas
617-233-4130 (mobile)
636-294-1014(res)
j...@thethomasresidence.us (Email)


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf
Of Schwarz, Barry A
Sent: Friday, July 15, 2011 1:39 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: need help trying to apply PSP bucket ptf's for z/OS 1.9

SYSLIB is not used if NCAL is specified.

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of Jim Thomas
 Sent: Friday, July 15, 2011 9:07 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: need help trying to apply PSP bucket ptf's for z/OS 1.9

 Missing a SYSLIB ??.

 Kind Regards

 Jim Thomas
 617-233-4130 (mobile)
 636-294-1014(res)
 j...@thethomasresidence.us (Email)


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf
 Of John Norgauer
 Sent: Friday, July 15, 2011 10:18 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: need help trying to apply PSP bucket ptf's for z/OS 1.9

 I am up the creek without a paddle. We are still on z/OS 1.9 and are going
 to z 10 processor. There is a PSP bucket for the z10
 that includes UA48080 and UA49199. When SMPE tries to apply these two I
 get the following:

 BATCH EMULATOR  JOB(SYSJCNSM) STEP(S1  ) PGM= HEWLH096
 IEW2322I 1220  65ENTRY IXCINRIM
 IEW2322I 1220  66INCLUDE SMPWRK3(IXCI2PRM)  UA48080 SEQ #
 IEW2322I 1220  67 IDENTIFY IXCI2PRM('UA48080')
 IEW2322I 1220  68 SETSSI 01118080
 IEW2322I 1220  69INCLUDE SMPWRK3(IXCI2RIM)  UA49199
 IEW2322I 1220  70 IDENTIFY IXCI2RIM('UA49199')
 IEW2322I 1220  71 SETSSI 01119199
 IEW2322I 1220  72INCLUDE NUCLEUS(IEAVNPF9)
 IEW2322I 1220  73NAME IEAVNPF9(R)   MAX ACCEPTABLE
 RC=0
 IEW2454W 9203 SYMBOL IXCMIFNP UNRESOLVED.  NO AUTOCALL (NCAL) SPECIFIED.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1390 / Virus Database: 1516/3766 - Release Date: 07/15/11

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html