On Fri, 12 Nov 2021 07:22:33 -0600, Dave Jousma <[email protected]> wrote:

>On Fri, 12 Nov 2021 07:06:36 -0600, James C. <[email protected]> wrote:
>
>>Normally I edit the DDEFs via jcl to /Service instead of / for maintenance 
>>but I was wondering if this is still the preferred/best method? The last time 
>>doing this there were 118 paths to update so not entirely trivial.
>>
>
>No need to do it manually.
>
>ZEDIT DDDEF .                                            
>  CHANGE PATH('/'*,                              
>             '/Service'*).                             
> ENDZONEEDIT  .                                           
>
>Many have a Target zone dedicated to applying service that never gets IPL'd.   
>Your question leads me to believe that you might be doing some kind of hybrid 
>maintenance approach that could be a bit "dangerous".
>

Correcting a slight typo.  without the missing / would have caused you problems.
ZEDIT DDDEF .                 
  CHANGE   PATH('/'*,         
                '/Service/'*) .
ENDZEDIT .                    

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to