A vendor should certainly follow all published rules and guidelines for 
sysmods packaged for delivery to customers. But we're talking about 
customer generated usermods here: sysmods constructed to facilitate 
in-house management of other folks' products. While imaginative, clever 
ZAPs or updates that do nothing but set RMID are no more natural than 
UCLIN that accomplishes the same goal directly. 

.
.
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:   Art Gutowski <arthur.gutow...@compuware.com>
To:     IBM-MAIN@bama.ua.edu
Date:   07/08/2011 06:55 AM
Subject:        Re: SMPE how-to question
Sent by:        IBM Mainframe Discussion List <IBM-MAIN@bama.ua.edu>



Since when did IBM condone UCLIN to update RMIDs on supplied elements? 
According to the latest z/OS Packaging Rules, SC23-3695-10, this is still 
frowned upon (Section 5.10), and Section 8 offers MCS alternatives.

Regards,
Art Gutowski
Compuware Corporation

On Fri, 8 Jul 2011 07:09:02 -0400, Jousma, David <david.jou...@53.com> 
wrote:

>That is actually what I did:
>
>  SET      BDY (MVSTZN).
>  UCLIN .
>     REP PROGRAM(AGGDD)     RMID(MAGG001).
>     REP PROGRAM(AGGDDEM)   RMID(MAGG001).
>     REP PROGRAM(AGGACTRT)  RMID(MAGG001).
>     REP PROGRAM(AGGFRONT)  RMID(MAGG001).
>     REP PROGRAM(AGGINSTL)  RMID(MAGG001).
>     REP PROGRAM(AGGTBLS)   RMID(MAGG001).
>     REP PROGRAM(AGGDR)     RMID(MAGG001).
>     REP PROGRAM(AGGCCGX)   RMID(MAGG001).
>   ENDUCL.
>
>IBM support also suggested a user hold on the FMID.
>
>-----Original Message-----
>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
>Behalf Of Skip Robinson
>Sent: Thursday, July 07, 2011 4:17 PM
>To: IBM-MAIN@bama.ua.edu
>Subject: Re: SMPE how-to question
>
>An alternative to the 'shadow ZAP' is simply to mark an element in SMPE
>as
>having been touched by a usermod. For example, we assemble and link
>SAMPLIB member IEECMDPF for console. We don't modify the sample, but we
>want to know it changes by PTF. So we run UCLIN to leave a footprint
>associated with the usermod that creates the load module. This technique
>
>has the advantage of working any type element.
>
>UCLIN .
>  REP SAMP(IEECMDPF) RMID(CONS001) .
>ENDUCL .
>


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

Reply via email to