On 12/17/2013 6:30 AM, Miklos Szigetvari wrote:
How would you "deinstall" (if it is the proper expression) software, for example
BDT (Bulk Data Transfer) ?

Like all optional, priced-features of z/OS, BDT never needs to be "uninstalled." It should simply be disabled through IFAPRDxx. For example, change:

PRODUCT OWNER('IBM CORP')
        NAME(Z/OS)
        ID(5694-A01)
        FEATURENAME(BDTFTF)
        VERSION(*) RELEASE(*) MOD(*)
        STATE(ENABLED)       <== THIS!!!!!!

PRODUCT OWNER('IBM CORP')
        NAME(Z/OS)
        ID(5694-A01)
        FEATURENAME(BDTFTF)
        VERSION(*) RELEASE(*) MOD(*)
        STATE(DISABLED)       <== TO THIS!!!!!!

--
Edward E Jaffe
Phoenix Software International, Inc
831 Parkview Drive North
El Segundo, CA 90245
http://www.phoenixsoftware.com/

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