On 9/30/2020 7:27 PM, Bill Giannelli wrote:
I have a sourceid in a global zone that doesnt show up in the target zone. When 
I run an apply it fails with :
   APPLY
         PTFS
         APARS
         GROUPEXTEND
         NOJCLR
         BYPASS(HOLDSYS(DB2BIND,DOC,ACTION,DELETE))
         CHECK
         .
GIM24801S ** NO SYSMODS SATISFIED THE OPERANDS SPECIFIED ON THE APPLY COMMAND. How do I get the sourceid into the target zone?
thanks
Bill
A sourceid in the global zone SYSMOD entry but not in the target zone SYSMOD entry means the SYSMOD was already applied when that particular sourceid was assigned to that SYSMOD. Let me guess, is it an RSUyynn sourceid?

The only way to propagate the sourceid to the target zone after the fact is manually, using UCLIN:

SET BDY(targetZoneName).
UCLIN.
  ADD SYSMOD(ptfName) SOURCEID(sourceidValue).
ENDUCL.

By the way, why do you want/need to carry the sourceid into the target zone?

Also, your specified APPLY command will APPLY PTFs and *APARs* that have not already been applied and are applicable to the target zone. Obviously you have none that meet this criteria.

Kurt Quackenbush -- IBM, SMP/E Development
Chuck Norris never uses CHECK when he applies PTFs.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to