The question then becomes how to automate that. I have no experience of ISPF in Batch. Perhaps someone here does.
Cheers, Martin Martin Packer, zChampion, Principal Systems Investigator, Worldwide Cloud & Systems Performance, IBM +44-7802-245-584 email: [email protected] Twitter / Facebook IDs: MartinPacker Blog: https://www.ibm.com/developerworks/mydeveloperworks/blogs/MartinPacker Podcast Series (With Marna Walle): https://developer.ibm.com/tv/mpt/ or https://itunes.apple.com/gb/podcast/mainframe-performance-topics/id1127943573?mt=2 From: Norman Hollander on Desertwiz <[email protected]> To: [email protected] Date: 27/08/2016 20:31 Subject: Re: WLM Question Sent by: IBM Mainframe Discussion List <[email protected]> >From the ISPF app (IWAxxxx0), under the file tab, there are options to extract to a dataset, print, or create a GML (Script) file. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Scott Chapman Sent: Saturday, August 27, 2016 4:32 AM To: [email protected] Subject: Re: WLM Question To extract the policy in an automated fashion, I believe you'll have to write some code--I don't believe there's a provided utility to do so. You could use the IWMDEXTR macro to extract the current service definition from the WLM couple dataset. See: http://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.0/com.ibm.zos.v2r2.ieaw200/ieaw200108.htm There is also an IWMDINST: http://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.0/com.ibm.zos.v2r2.ieaw200/dinst.htm In principle, it seems that z/OSMF should have a REST API for extracting and installing the policy, but I can't find it documented. It may be also possible to automate driving the ISPF application. Note that I haven't personally tried any of these. Scott Chapman ---------------------------------------------------------------------- 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 Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
