List your old CICS zones or use the ISPF SMPE Application to verify you still have data you want to remove.
This list can be used as an input to your REJECT/DELETE process 1) List the zones in your GLOBAL zone 2) List the old Target and Distribution Libs for PTFs, FMIDs, etc.. Next, use what you find as input. Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] > On Behalf Of Mainframe Mainframe > Sent: Wednesday, July 08, 2015 7:19 PM > To: [email protected] > Subject: Re: Product Remove from z/OS > > Hello, > Thanks for suggestion. > > 1) We already have new version of CICS running under same global zone > along with older CICS version still running. > 2) My idea is to remove older CICS version from my z/OS systems. > 3) We already have weekly back, So we are good in this case. > 4) cics-fmids was not actual FMID, that was just for reference, I used in > email. > 5) As per your suggestion, I understood that , If I use > > SET BDY(GLOBAL). > UCLIN. > DEL DZONE(CIC31D) . > ENDUCL. > > and same with target > > SET BDY(GLOBAL). > UCLIN. > DEL DZONE(CIC31T) . > ENDUCL. > > Doing this will remove all entries from my global zone and later I can delete > target and distribution CSI attached to these two CIC32T and CIC31D. Or do I > have to delete these CSI dataset first using IDCAMS and then use above > operand to delete both of these zones. > > > Please suggest. > > > > On Thu, Jul 9, 2015 at 7:35 AM, Lizette Koehler <[email protected]> > wrote: > > > This is the part in the question where it is better for you to > > determine your options. > > > > We cannot see your files, or how your shop uses datasets. Without > > that knowledge, we might give you a suggestion that causes issues. > > > > So, for advice, > > > > 1) BACK UP EVERYTHING with DFDSS or FDR. Both the SMP/E Environment > > and any files used by your production/test/qa/etc. CICS regions. > > > > 2) was your cics-fmids, the actual CICS FMIDs? If not, then you need > > to determine what to add into the first REJECT statement. > > > > 3) BACK UP EVERYTHING. > > > > > > When faces with these types of issues, I would follow what some have > > suggested. > > 1) BACK UP EVERYTHING > > 2) Create new SMP/E ZONES/TLIBS/DLIB/UNIX files as needed for the new > > CICS datasets. > > 3) Install into the new SMP/E environment. > > 4) Implement the new TLIBs/UNIX datasets into your test environment. > > Validate your CICS environment still works successfully. > > 5) Roll into DEV/Checkout environment > > 6) Roll into Production environment. > > > > Once all production environments are running the new CICS software, > > just delete the old zones/TLIBs/DLIBs/Unix datasets. > > > > At any phase, if there are issues, you can review and correct as needed. > > > > Lizette > > > > > > > -----Original Message----- > > > From: IBM Mainframe Discussion List > > > [mailto:[email protected]] On Behalf Of Mainframe > Mainframe > > > Sent: Wednesday, July 08, 2015 6:55 PM > > > To: [email protected] > > > Subject: Re: Product Remove from z/OS > > > > > > Hello, > > > Thanks for suggestion. I just run > > > > > > SET BDY(GLOBAL). > > > REJECT CHECK NOFMID DELETEFMID(cics-fmids). with CHECK operand > and > > > output as > > > > > > GIM24801W NO SYSMODS SATISFIED THE OPERANDS SPECIFIED ON THE > > > REJECT > > > COMMAND. > > > GIM20501I REJECT PROCESSING IS COMPLETE. THE HIGHEST RETURN > CODE > > > WAS 04. > > > > > > REJECT STATISTICS > > > > > > SYSMODS REJECTED - 0 SYSMODS NOT REJECTED - 0 > > > FMIDS DELETED - 1 FMIDS NOT DELETED - 0 > > > HOLD DATA DELETED - 0 > > > FEATURE ENTRIES REJECTED - 0 > > > PRODUCT ENTRIES REJECTED - 0 > > > > > > > > > I also tried > > > > > > //SMPCNTL DD * > > > SET BDY(GLOBAL) . > > > REJECT CHECK PURGE(CIC31D) PTFS APARS FUNCTIONS HOLDDATA . > > > /* > > > > > > with CHECK operand and output as below. > > > > > > GIM24801S ** NO SYSMODS SATISFIED THE OPERANDS SPECIFIED ON THE > > > REJECT COMMAND. > > > GIM20501I REJECT PROCESSING IS COMPLETE. THE HIGHEST RETURN > CODE > > > WAS 12. > > > > > > REJECT STATISTICS > > > > > > SYSMODS REJECTED - 0 SYSMODS NOT REJECTED - 0 > > > FMIDS DELETED - 0 FMIDS NOT DELETED - 0 > > > HOLD DATA DELETED - 0 > > > FEATURE ENTRIES REJECTED - 0 > > > PRODUCT ENTRIES REJECTED - 0 > > > > > > I also checked that in my CICS global zone , we have > > > > > > Verify or enter the following values: > > > > > > PURGE ===> YES (YES or NO, default: YES) Delete the GLOBAL > > > SYSMOD and SMPPTS MCS entries after ACCEPT > > > > > > REJECT ===> NO (YES or NO, default: YES) Delete the GLOBAL > > > SYSMOD and SMPPTS MCS entries after RESTORE > > > > > > PURGE = YES coded. > > > > > > Now, my target is to delete/remove target and distribution zone > > > and related entries from this common global CSI for CICS and then > > > remove my older CICS target and distribution CSI to remove all SMPE > > > related > > entries. > > > > > > Please suggest. > > > > > > > > > > > > On Wed, Jul 8, 2015 at 6:30 PM, Kurt Quackenbush <[email protected]> > > > wrote: > > > > > > > Thanks for suggestions.We are using common global > > > > CSI for > > > >> all > > > >> CICS version and having diff target and distribution zone and > > > >> related CSI for different CSI version . > > > >> > > > >> As I mentioned earlier, that all FMID related to > > > >> this this version of CICS are in accept state . So, how can I use > > > >> reject command to delete that FMID from SMPE. > > > >> > > > > > > > > Ah, so you want to remove the old version of CICS from the global > zone. > > > > Use REJECT like this: > > > > > > > > SET BDY(GLOBAL). > > > > REJECT NOFMID DELETEFMID(cics-fmids). > > > > > > > > See the SMP/E Commands book for more information (watch the > wrap): > > > > http://www- > > > 01.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos > > > > .v2r1.gim1000/chprej.htm > > > > > > > > Kurt Quackenbush -- IBM, SMP/E Development ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
