If that’s the case, assuming you can reorder the product, if not, then run a 
BUILDMCS from the Distribution zone, and then my personal choice would be to 
delete the FMID entirely, running the sample below, and then received and apply 
either the reordered product, or the BUILDMCS generated product. 

//SMPDELET EXEC SMPE                        
//SMPHOLD      DD  DUMMY                    
//SMPPTFIN     DD   *                       
++ FUNCTION(DELFUNC) REWORK(2017050).       
++ VER(Z038) DELETE(HALG320).               
/*                                          
//SMPCNTL      DD   *                       
  SET BDY(GLOBAL).                          
   RECEIVE  S(DELFUNC).                     
  SET BDY(MVSTZN).                          
    APPLY REDO CHECK  S(DELFUNC).           
    APPLY REDO   S(DELFUNC).                
  SET BDY(MVSDZN).                          
    ACCEPT CHECK S(DELFUNC).                
    ACCEPT S(DELFUNC).                      
  SET BDY(MVSTZN).                          
   UCLIN.                                   
    DEL  SYSMOD(DELFUNC).                  
    DEL  SYSMOD(HAGL320).                  
   ENDUCL.                                 
  SET BDY(MVSDZN).                         
   UCLIN.                                  
    DEL  SYSMOD(DELFUNC).                  
    DEL  SYSMOD(HAGL320).                  
   ENDUCL.                                 
  SET BDY(GLOBAL) .                        
   REJECT HOLDDATA NOFMID                  
   PRODUCT DELETEFMID (DELFUNC             
                       HAGL320) .          

_________________________________________________________________
Dave Jousma
Mainframe Engineering, Assistant Vice President
david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H
p 616.653.8429
f 616.653.2717

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Jake Anderson
Sent: Thursday, March 7, 2019 8:57 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: SMP/e REDO FMID clarification

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Apology for not explaining it properly.

I wanted a REDO since some of the Unix path if product were not created in the 
initial install (that was notified before and product ran until now with the 
empty USS file) and it was just installed without those USS populated.

Initial installation was done some time ago.(almost a back) The product is 
still running with no impact.

But now the need has come to get those USS populated for using some of the 
features of product. To get those USS DDDEF to populate only way is to reorder 
the same FMID and APPLY REDO which means repplying the same FMID.




On Fri, 8 Mar, 2019, 3:22 AM Tom Marchant, < 
0000000a2a8c2020-dmarc-requ...@listserv.ua.edu> wrote:

> On Thu, 7 Mar 2019 23:06:55 +0000, Edward Finnell wrote:
>
> >I guess the SAFE way is to REJECT it, then do a RECEIVE and
>
> REJECT and RECEIVE isn't necessary or helpful. Reject only removes it 
> from the Global zone.
>
> >APPLY S(FMID).
>
> You can't APPLY to a target zone that has it already APPLIED unless 
> you REDO.
>
> The safe and easy way is to define a new target and distribution zone, 
> with new data sets, and APPLY it.
>
> --
> Tom Marchant
>
>
> >After the APPLY then go after the remaining PTFS with APPLY 
> >FORFMID(fmid) GROUPEXTEND.
> >In a message dated 3/7/2019 12:08:56 PM Central Standard Time,
> justmainfra...@gmail.com writes:
> >I am in process of reapplying a a product base FMID with SMPE control
> cardKeyword REDO. I understand to APPLY REDO I also have to select all 
> the PTFwhich were already applied to the target zone .
> >The challenge is i have close to 3k PTF which I have apply along with
> thebase FMID.
> >
> >---------------------------------------------------------------------
> >- For IBM-MAIN subscribe / signoff / archive access instructions, 
> >send email to lists...@listserv.ua.edu with the message: INFO 
> >IBM-MAIN
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

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

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.


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