To apply PTFs for a specific fmid: //APPLY EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M //SMPCSI DD DISP=SHR,DSN=your_csi //SMPCNTL DD * SET BDY (your_target) . APPLY PTFS FORFMID (your_fmid) GROUPEXTEND BYPASS(HOLDSYS) RETRY(YES) C(ALL) .
Hope this is what you've been looking for. Lucas Rosalen Kurt: I was working on a specific product and *ONLY* wanted maintenance for that. Time and again I had to figure out all the pertaining PTF's and do a select(aaaa,bbbb,cccc,dddd,eee,ffff etc etc) I did NOT want maintenance for other products to be recieved and applied. Ed On Nov 25, 2014, at 7:40 AM, Kurt Quackenbush wrote: Is it possible to use RECEIVE ORDER for a specific FMID? >>>>> I am running SMP/E 36.11 on z/OS 1.13. >>>>> >>>>> To what purpose? Limiting bandwidth for an urgently needed >> PTF? Sooner or later you're likely to need all available PTFs. >> Easier to RECEIVE all and APPLY SELECT( ... ) GROUPEXTEND >> [CHECK] >> > > Yes, yes, yes! What he said exactly. Why oh why do you want to order and > receive PTFs for only a specific FMID? Why don't you want PTFs for all of > your installed FMIDs? Of course you don't need to APPLY them all, but you > will have them when you do eventually need 'em. > > 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 > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
