Re: how to compare active parameter with the parameter in member

2019-12-19 Thread Mark Zelden
On Wed, 18 Dec 2019 19:51:17 -0600, Paul Gilmartin wrote: >On Thu, 19 Dec 2019 00:50:09 +, Edward Finnell wrote: > >>All of Lionel's software is at www.lbdsoftware.com >> >>IPLINFO is a Mark Zelden creation >>athttp://www.mzelden.com/mvsfiles/iplinfo.txtIn a message dated 12/18/2019 >>6:31

Re: how to compare active parameter with the parameter in member

2019-12-18 Thread ITschak Mugzach
Hi Json, Start with SYS1.SAMPLIB(SPPINST). it demonstrate how to perform syntax verification for several parmlib members. I think that you better consider change control over comparison of active configuration with the static one using product such as event action. Sorry for misleading. IPL INFO

Re: how to compare active parameter with the parameter in member

2019-12-18 Thread Paul Gilmartin
On Thu, 19 Dec 2019 00:50:09 +, Edward Finnell wrote: >All of Lionel's software is at www.lbdsoftware.com > >IPLINFO is a Mark Zelden creation >athttp://www.mzelden.com/mvsfiles/iplinfo.txtIn a message dated 12/18/2019 >6:31:25 PM > I see: http://mzelden.com/mvsfiles/iplinfo.txt > ... Ce

Re: how to compare active parameter with the parameter in member

2019-12-18 Thread Edward Finnell
All of Lionel's software is at www.lbdsoftware.com IPLINFO is a Mark Zelden creation athttp://www.mzelden.com/mvsfiles/iplinfo.txtIn a message dated 12/18/2019 6:31:25 PM Central Standard Time, ibmm...@foxmail.com writes:   I couldn't find Lionel Dyke's IPLINFO,could you tell where I can down it

Re: how to compare active parameter with the parameter in member

2019-12-18 Thread Mike Schwab
Well, there is the IBM Command IPLINFO, and it might show the values you want to capture. https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ibm.zos.v2r4.ieag100/d3ipl.htm But I think you want to check out http://mzelden.com/mvsfiles/iplinfo.txt which is also posted to CBTTAPE.http://www

Re: how to compare active parameter with the parameter in member

2019-12-18 Thread Seymour J Metz
Mainframe Discussion List on behalf of Jason Cai Sent: Wednesday, December 18, 2019 5:04 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: how to compare active parameter with the parameter in member Dear ITschak It is great that you do that in your production! I couldn't find Lionel Dyke&

Re: how to compare active parameter with the parameter in member

2019-12-18 Thread Jason Cai
Dear ITschak It is great that you do that in your production! I couldn't find Lionel Dyke's IPLINFO,could you tell where I can down it? You are right that we need to parse the the output from the display and compare same value in the parmlib. I know some Python . In Python we could de

Re: how to compare active parameter with the parameter in member

2019-12-18 Thread Jesse 1 Robinson
frame Discussion List On Behalf Of ITschak Mugzach Sent: Wednesday, December 18, 2019 1:14 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: how to compare active parameter with the parameter in member You better track changes to system datasets with a product such as EventAction, instead of tryi

Re: how to compare active parameter with the parameter in member

2019-12-18 Thread ITschak Mugzach
h > Sent: Wednesday, December 18, 2019 12:44 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: (External):Re: how to compare active parameter with the parameter > in member > > Jason, > > We do that in our product (not selling you anything), and it is not easy. > some of the pa

Re: how to compare active parameter with the parameter in member

2019-12-18 Thread Jesse 1 Robinson
⇐=== NEW robin...@sce.com -Original Message- From: IBM Mainframe Discussion List On Behalf Of ITschak Mugzach Sent: Wednesday, December 18, 2019 12:44 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: how to compare active parameter with the parameter in member Jason, We do that in o

Re: how to compare active parameter with the parameter in member

2019-12-18 Thread ITschak Mugzach
Jason, We do that in our product (not selling you anything), and it is not easy. some of the parameters are not displayed in the command and need deeper investigation. In general, you do not compare syntax, but tokens. for example, you need to parse the the output from the display and compare same

Re: how to compare active parameter with the parameter in member

2019-12-18 Thread Al Ferguson
ISPF Skeleton? ___ Al Ferguson | mailto:afergu...@neptunescove.org Milwaukee, WI USA | http://www.neptunescove.org Dulcius ex Asperis > On 18 December 2019, at 14:18, Paul Gilmartin > <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > > On Wed, 18 Dec 2019 13:43:18 -

Re: how to compare active parameter with the parameter in member

2019-12-18 Thread Paul Gilmartin
On Wed, 18 Dec 2019 13:43:18 -0600, Jason Cai wrote: > >You gave me many good ideas,many thanks! > >We want to develop this tool to compare them. >Depend on system and subsystem,we could issue many D or $D command. > Because there are mash of these output and the format of output is >

Re: how to compare active parameter with the parameter in member

2019-12-18 Thread Jason Cai
Dear all You gave me many good ideas,many thanks! We want to develop this tool to compare them. Depend on system and subsystem,we could issue many D or $D command. Because there are mash of these output and the format of output is different with the parmlib members,how to compare

Re: how to compare active parameter with the parameter in member

2019-12-17 Thread Wayne Bickerdike
That's a tool waiting to be developed. D OMVS,F D PROG LINKLIST D PROG APF Plus any others... mash the output of those and compare to the parmlib members. On Wed, Dec 18, 2019 at 12:08 PM Mike Schwab wrote: > Search the system log for the updating USERID and select the commands > you enter

Re: how to compare active parameter with the parameter in member

2019-12-17 Thread Mike Schwab
Search the system log for the updating USERID and select the commands you entered and search for the static location of those values? On Tue, Dec 17, 2019 at 11:48 AM Jason Cai wrote: > > Hi all > > After some paramters were changed dynamically , these paremeters didn't be > changed in members

Re: how to compare active parameter with the parameter in member

2019-12-17 Thread Gibney, Dave
Showzos (CBTTAPE) will report some current values > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of retired mainframer > Sent: Tuesday, December 17, 2019 4:08 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: how to compare active parameter wit

Re: how to compare active parameter with the parameter in member

2019-12-17 Thread retired mainframer
It probably depends on which parameters for what subsystem. JES2 has a series of $D commands to display the current parameters which you can then compare to the text in the parameter member. z/OS has a similar set of operands to the DISPLAY command that somewhat mirror the various parameter me

Re: how to compare active parameter with the parameter in member

2019-12-17 Thread Steve Beaver
Most if not all the changes I have done with the SET Command. The one I have always Changed is the LNKLST, however I have always been very careful to LNKLST for the next IPL. Otherwise you are doomed to keep redoing the change. -Original Message- From: IBM Mainframe Discussion List [ma