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

Reply via email to