Re: Useful little utility?

2017-11-21 Thread Jousma, David
Thanks for the feedback Rob.   I doubt its lack of horsepower.  I'll have to 
dig into this further.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President
david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H
p 616.653.8429
f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Rob Scott
Sent: Tuesday, November 21, 2017 11:07 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Dave,

SDSF primary command syntax is a bit clunky as it has to support "the way it 
has always worked" and every parameter is positional rather than a more modern 
"keyword(value)" or "keyword=value" format.

I have the ear of the current SDSF development team and perhaps they can 
provide something like a "ENQD dsname_pattern" command that would prime the 
major name with "SYSDSN", the SYSNAME with "*" and then filter the minor names 
by the specified pattern. Let me know if this sounds like something you would 
like.

As for the response time of the "N" and "D" line commands, that very much 
sounds like something to do with your GRS configuration - perhaps raise a PMR 
with IBM to investigate if you believe that this is not a simple case of lack 
of CPU power?

Rob Scott

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, November 21, 2017 2:47 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

Rob,  I've been playing with that too.   ENQC is nice, shows plex-wide enq 
contention, ENQ not so much, kludgy IMO.   By default ENQ is single system, and 
to enable all systems, you have to also specify major name.  So ENQ SYSDSN * to 
get all systems in the plex.   No way to pass any kind of filter on the major 
name, so you get (in my case, a list of 268K entries back) all data set names.  
Which you can then use a filter or find commands against, but why on earth no 
short cut?

ENQC is easy enough that my operations staff can use it to see who is holding 
up a production batch job.   However on occasion, they want to just "look up" a 
dataset to see if anyone is using it at that moment.   I realize there are 
methods via ISPF 3.4, etc, or just issue the D GRS,RES=(SYSDSN,'DATA.SET.NAME')

As for the "N", I've tried that too.  I don’t know if something is wrong, but 
when I use that, it takes a good 15 seconds for the display to come back, and 
then its scope is only that single system.   Once that list is produced, and 
you issue a "D" next to the dataset to display all enqueues, another 15 
seconds, and even that display is single system.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Rob Scott
Sent: Tuesday, November 21, 2017 9:28 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Check out the new "ENQ" command in SDSF (2.1+) as it supports sysplex-wide ENQ 
information display.

Note that you can also do an "N" action in the "NP" column on the DA panel to 
show enqueues for the ASID only.

Rob Scott

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, November 21, 2017 2:03 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

My wish for ISRDDN would be to be able to toggle on/off sysplex-wide ENQ data 
for STAR mode GRS configuration.   ISRDDN ENQ pulls up a TASID-like panel, but 
there is no way to make it display global enqueues that I can see.  All I get 
is a LIMITED ENQ DATA in the upper right corner, and extended help says:

This system is running with SETGRS MODE=STAR. ENQ information will not be 
collected from other systems. As a result, ENQ displays may not reflect all of 
the ENQs which are known to GRS.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Richards, Robert B.
Sent: Tuesday, November 21, 2017 8:27 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Sub

Re: Useful little utility?

2017-11-21 Thread Jesse 1 Robinson
Even ardent GRS star advocates had a hard time buying this story some years 
ago. We had a single non-sharing system where a catalog management job ran many 
times longer than on any other system--even the feeble sysprog sandbox. In 
comparing systems, the only visible difference I could see was that this single 
system was still running GRS ring mode because hey, it was only a single 
system, why bother with star?

On a pure guess, I converted this system to star mode even though it was not 
sharing with anyone else. From that moment onward, the catalog job ran there as 
well as anywhere else. Go figure. 

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Rob Scott
Sent: Tuesday, November 21, 2017 8:07 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: Useful little utility?

Dave,

SDSF primary command syntax is a bit clunky as it has to support "the way it 
has always worked" and every parameter is positional rather than a more modern 
"keyword(value)" or "keyword=value" format.

I have the ear of the current SDSF development team and perhaps they can 
provide something like a "ENQD dsname_pattern" command that would prime the 
major name with "SYSDSN", the SYSNAME with "*" and then filter the minor names 
by the specified pattern. Let me know if this sounds like something you would 
like.

As for the response time of the "N" and "D" line commands, that very much 
sounds like something to do with your GRS configuration - perhaps raise a PMR 
with IBM to investigate if you believe that this is not a simple case of lack 
of CPU power?

Rob Scott

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, November 21, 2017 2:47 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

Rob,  I've been playing with that too.   ENQC is nice, shows plex-wide enq 
contention, ENQ not so much, kludgy IMO.   By default ENQ is single system, and 
to enable all systems, you have to also specify major name.  So ENQ SYSDSN * to 
get all systems in the plex.   No way to pass any kind of filter on the major 
name, so you get (in my case, a list of 268K entries back) all data set names.  
Which you can then use a filter or find commands against, but why on earth no 
short cut?

ENQC is easy enough that my operations staff can use it to see who is holding 
up a production batch job.   However on occasion, they want to just "look up" a 
dataset to see if anyone is using it at that moment.   I realize there are 
methods via ISPF 3.4, etc, or just issue the D GRS,RES=(SYSDSN,'DATA.SET.NAME')

As for the "N", I've tried that too.  I don’t know if something is wrong, but 
when I use that, it takes a good 15 seconds for the display to come back, and 
then its scope is only that single system.   Once that list is produced, and 
you issue a "D" next to the dataset to display all enqueues, another 15 
seconds, and even that display is single system.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Rob Scott
Sent: Tuesday, November 21, 2017 9:28 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Check out the new "ENQ" command in SDSF (2.1+) as it supports sysplex-wide ENQ 
information display.

Note that you can also do an "N" action in the "NP" column on the DA panel to 
show enqueues for the ASID only.

Rob Scott

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, November 21, 2017 2:03 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

My wish for ISRDDN would be to be able to toggle on/off sysplex-wide ENQ data 
for STAR mode GRS configuration.   ISRDDN ENQ pulls up a TASID-like panel, but 
there is no way to make it display global enqueues that I can see.  All I get 
is a LIMITED ENQ DATA in the upper right corner, and extended help says:

This system is running with SETGRS MODE=STAR. ENQ information will not be 
collected from other systems. As a result, ENQ displays may not reflect all of 
the ENQs which are known to GRS.

_
Dave Jousma
Manager Mainfram

Re: Useful little utility?

2017-11-21 Thread Rob Scott
Dave,

SDSF primary command syntax is a bit clunky as it has to support "the way it 
has always worked" and every parameter is positional rather than a more modern 
"keyword(value)" or "keyword=value" format.

I have the ear of the current SDSF development team and perhaps they can 
provide something like a "ENQD dsname_pattern" command that would prime the 
major name with "SYSDSN", the SYSNAME with "*" and then filter the minor names 
by the specified pattern. Let me know if this sounds like something you would 
like.

As for the response time of the "N" and "D" line commands, that very much 
sounds like something to do with your GRS configuration - perhaps raise a PMR 
with IBM to investigate if you believe that this is not a simple case of lack 
of CPU power?

Rob Scott

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, November 21, 2017 2:47 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

Rob,  I've been playing with that too.   ENQC is nice, shows plex-wide enq 
contention, ENQ not so much, kludgy IMO.   By default ENQ is single system, and 
to enable all systems, you have to also specify major name.  So ENQ SYSDSN * to 
get all systems in the plex.   No way to pass any kind of filter on the major 
name, so you get (in my case, a list of 268K entries back) all data set names.  
Which you can then use a filter or find commands against, but why on earth no 
short cut?

ENQC is easy enough that my operations staff can use it to see who is holding 
up a production batch job.   However on occasion, they want to just "look up" a 
dataset to see if anyone is using it at that moment.   I realize there are 
methods via ISPF 3.4, etc, or just issue the D GRS,RES=(SYSDSN,'DATA.SET.NAME')

As for the "N", I've tried that too.  I don’t know if something is wrong, but 
when I use that, it takes a good 15 seconds for the display to come back, and 
then its scope is only that single system.   Once that list is produced, and 
you issue a "D" next to the dataset to display all enqueues, another 15 
seconds, and even that display is single system.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Rob Scott
Sent: Tuesday, November 21, 2017 9:28 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Check out the new "ENQ" command in SDSF (2.1+) as it supports sysplex-wide ENQ 
information display.

Note that you can also do an "N" action in the "NP" column on the DA panel to 
show enqueues for the ASID only.

Rob Scott

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, November 21, 2017 2:03 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

My wish for ISRDDN would be to be able to toggle on/off sysplex-wide ENQ data 
for STAR mode GRS configuration.   ISRDDN ENQ pulls up a TASID-like panel, but 
there is no way to make it display global enqueues that I can see.  All I get 
is a LIMITED ENQ DATA in the upper right corner, and extended help says:

This system is running with SETGRS MODE=STAR. ENQ information will not be 
collected from other systems. As a result, ENQ displays may not reflect all of 
the ENQs which are known to GRS.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Richards, Robert B.
Sent: Tuesday, November 21, 2017 8:27 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

John,

I wonder how many of us missed that little improvement. I use ISRDDN enough 
times per day that I created a command table entry for it so that I only have 
to type DDN from anywhere. I just checked the new PARM command in SDSF. If you 
are using SYSNAME *, it will search for a member (masking acceptable) in every 
parmlib dataset listed. I did not see the capability to search for a string 
from that display, unless I missed it in my quick read of the tutorial . Still, 
that member search can be very powerful in its own right, es

Re: Useful little utility?

2017-11-21 Thread Richards, Robert B.
"Scotty, I need more power!"  :-)

On my zEC12 system with three logical CPs, observably less than a second.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, November 21, 2017 9:47 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

Rob,  I've been playing with that too.   ENQC is nice, shows plex-wide enq 
contention, ENQ not so much, kludgy IMO.   By default ENQ is single system, and 
to enable all systems, you have to also specify major name.  So ENQ SYSDSN * to 
get all systems in the plex.   No way to pass any kind of filter on the major 
name, so you get (in my case, a list of 268K entries back) all data set names.  
Which you can then use a filter or find commands against, but why on earth no 
short cut?  

ENQC is easy enough that my operations staff can use it to see who is holding 
up a production batch job.   However on occasion, they want to just "look up" a 
dataset to see if anyone is using it at that moment.   I realize there are 
methods via ISPF 3.4, etc, or just issue the D GRS,RES=(SYSDSN,'DATA.SET.NAME')

As for the "N", I've tried that too.  I don’t know if something is wrong, but 
when I use that, it takes a good 15 seconds for the display to come back, and 
then its scope is only that single system.   Once that list is produced, and 
you issue a "D" next to the dataset to display all enqueues, another 15 
seconds, and even that display is single system.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Rob Scott
Sent: Tuesday, November 21, 2017 9:28 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Check out the new "ENQ" command in SDSF (2.1+) as it supports sysplex-wide ENQ 
information display.

Note that you can also do an "N" action in the "NP" column on the DA panel to 
show enqueues for the ASID only.

Rob Scott

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, November 21, 2017 2:03 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

My wish for ISRDDN would be to be able to toggle on/off sysplex-wide ENQ data 
for STAR mode GRS configuration.   ISRDDN ENQ pulls up a TASID-like panel, but 
there is no way to make it display global enqueues that I can see.  All I get 
is a LIMITED ENQ DATA in the upper right corner, and extended help says:

This system is running with SETGRS MODE=STAR. ENQ information will not be 
collected from other systems. As a result, ENQ displays may not reflect all of 
the ENQs which are known to GRS.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Richards, Robert B.
Sent: Tuesday, November 21, 2017 8:27 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

John,

I wonder how many of us missed that little improvement. I use ISRDDN enough 
times per day that I created a command table entry for it so that I only have 
to type DDN from anywhere. I just checked the new PARM command in SDSF. If you 
are using SYSNAME *, it will search for a member (masking acceptable) in every 
parmlib dataset listed. I did not see the capability to search for a string 
from that display, unless I missed it in my quick read of the tutorial . Still, 
that member search can be very powerful in its own right, especially in shops 
with tons of lpars.

Bob

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John McKown
Sent: Tuesday, November 21, 2017 7:30 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

On Tue, Nov 21, 2017 at 5:41 AM, Andrew Metcalfe < 
0149a256c9e8-dmarc-requ...@listserv.ua.edu> wrote:

> DDLIST (ISRDDN) has this capability out of the box Just type PARMLIB 
> to add the logical parmlib concatenation to your display.
> You can then issue O(nly) PARMLIB command followed by M(ember) xxx.
>
> Andrew
>
>
​Thanks. I knew about the LINKLIST command, but had never noticed the PARMLIB 
command. Oh, well, another one

Re: Useful little utility?

2017-11-21 Thread Jousma, David
Well, there is that...  :)

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President
david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H
p 616.653.8429
f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Richards, Robert B.
Sent: Tuesday, November 21, 2017 9:55 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

I am sure Rob would be willing to sell you the non-shareware version marketed 
by Rocket Software. :-)

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, November 21, 2017 9:49 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

I like MXI, but in my shop shareware is not to be used outside of our own 
group.   Same with TASID.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Richards, Robert B.
Sent: Tuesday, November 21, 2017 9:28 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

For this, MXI ENQ is your friend. Thanks Rob!

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, November 21, 2017 9:03 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

My wish for ISRDDN would be to be able to toggle on/off sysplex-wide ENQ data 
for STAR mode GRS configuration.   ISRDDN ENQ pulls up a TASID-like panel, but 
there is no way to make it display global enqueues that I can see.  All I get 
is a LIMITED ENQ DATA in the upper right corner, and extended help says:

This system is running with SETGRS MODE=STAR. ENQ information will not be   
collected from other systems. As a result, ENQ displays may not reflect all 
of the ENQs which are known to GRS. 

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Richards, Robert B.
Sent: Tuesday, November 21, 2017 8:27 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

John,

I wonder how many of us missed that little improvement. I use ISRDDN enough 
times per day that I created a command table entry for it so that I only have 
to type DDN from anywhere. I just checked the new PARM command in SDSF. If you 
are using SYSNAME *, it will search for a member (masking acceptable) in every 
parmlib dataset listed. I did not see the capability to search for a string 
from that display, unless I missed it in my quick read of the tutorial . Still, 
that member search can be very powerful in its own right, especially in shops 
with tons of lpars.

Bob  

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John McKown
Sent: Tuesday, November 21, 2017 7:30 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

On Tue, Nov 21, 2017 at 5:41 AM, Andrew Metcalfe < 
0149a256c9e8-dmarc-requ...@listserv.ua.edu> wrote:

> DDLIST (ISRDDN) has this capability out of the box Just type PARMLIB 
> to add the logical parmlib concatenation to your display.
> You can then issue O(nly) PARMLIB command followed by M(ember) xxx.
>
> Andrew
>
>
​Thanks. I knew about the LINKLIST command, but had never noticed the PARMLIB 
command. Oh, well, another one bites the dust. ​


--
I have a theory that it's impossible to prove anything, but I can't prove it.

Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown sen

Re: Useful little utility?

2017-11-21 Thread Richards, Robert B.
I am sure Rob would be willing to sell you the non-shareware version marketed 
by Rocket Software. :-)

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, November 21, 2017 9:49 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

I like MXI, but in my shop shareware is not to be used outside of our own 
group.   Same with TASID.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Richards, Robert B.
Sent: Tuesday, November 21, 2017 9:28 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

For this, MXI ENQ is your friend. Thanks Rob!

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, November 21, 2017 9:03 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

My wish for ISRDDN would be to be able to toggle on/off sysplex-wide ENQ data 
for STAR mode GRS configuration.   ISRDDN ENQ pulls up a TASID-like panel, but 
there is no way to make it display global enqueues that I can see.  All I get 
is a LIMITED ENQ DATA in the upper right corner, and extended help says:

This system is running with SETGRS MODE=STAR. ENQ information will not be   
collected from other systems. As a result, ENQ displays may not reflect all 
of the ENQs which are known to GRS. 

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Richards, Robert B.
Sent: Tuesday, November 21, 2017 8:27 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

John,

I wonder how many of us missed that little improvement. I use ISRDDN enough 
times per day that I created a command table entry for it so that I only have 
to type DDN from anywhere. I just checked the new PARM command in SDSF. If you 
are using SYSNAME *, it will search for a member (masking acceptable) in every 
parmlib dataset listed. I did not see the capability to search for a string 
from that display, unless I missed it in my quick read of the tutorial . Still, 
that member search can be very powerful in its own right, especially in shops 
with tons of lpars.

Bob  

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John McKown
Sent: Tuesday, November 21, 2017 7:30 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

On Tue, Nov 21, 2017 at 5:41 AM, Andrew Metcalfe < 
0149a256c9e8-dmarc-requ...@listserv.ua.edu> wrote:

> DDLIST (ISRDDN) has this capability out of the box Just type PARMLIB 
> to add the logical parmlib concatenation to your display.
> You can then issue O(nly) PARMLIB command followed by M(ember) xxx.
>
> Andrew
>
>
​Thanks. I knew about the LINKLIST command, but had never noticed the PARMLIB 
command. Oh, well, another one bites the dust. ​


--
I have a theory that it's impossible to prove anything, but I can't prove it.

Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in 

Re: Useful little utility?

2017-11-21 Thread Jousma, David
I like MXI, but in my shop shareware is not to be used outside of our own 
group.   Same with TASID.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President
david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H
p 616.653.8429
f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Richards, Robert B.
Sent: Tuesday, November 21, 2017 9:28 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

For this, MXI ENQ is your friend. Thanks Rob!

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, November 21, 2017 9:03 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

My wish for ISRDDN would be to be able to toggle on/off sysplex-wide ENQ data 
for STAR mode GRS configuration.   ISRDDN ENQ pulls up a TASID-like panel, but 
there is no way to make it display global enqueues that I can see.  All I get 
is a LIMITED ENQ DATA in the upper right corner, and extended help says:

This system is running with SETGRS MODE=STAR. ENQ information will not be   
collected from other systems. As a result, ENQ displays may not reflect all 
of the ENQs which are known to GRS. 

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Richards, Robert B.
Sent: Tuesday, November 21, 2017 8:27 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

John,

I wonder how many of us missed that little improvement. I use ISRDDN enough 
times per day that I created a command table entry for it so that I only have 
to type DDN from anywhere. I just checked the new PARM command in SDSF. If you 
are using SYSNAME *, it will search for a member (masking acceptable) in every 
parmlib dataset listed. I did not see the capability to search for a string 
from that display, unless I missed it in my quick read of the tutorial . Still, 
that member search can be very powerful in its own right, especially in shops 
with tons of lpars.

Bob  

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John McKown
Sent: Tuesday, November 21, 2017 7:30 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

On Tue, Nov 21, 2017 at 5:41 AM, Andrew Metcalfe < 
0149a256c9e8-dmarc-requ...@listserv.ua.edu> wrote:

> DDLIST (ISRDDN) has this capability out of the box Just type PARMLIB 
> to add the logical parmlib concatenation to your display.
> You can then issue O(nly) PARMLIB command followed by M(ember) xxx.
>
> Andrew
>
>
​Thanks. I knew about the LINKLIST command, but had never noticed the PARMLIB 
command. Oh, well, another one bites the dust. ​


--
I have a theory that it's impossible to prove anything, but I can't prove it.

Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive acces

Re: Useful little utility?

2017-11-21 Thread Jousma, David
Rob,  I've been playing with that too.   ENQC is nice, shows plex-wide enq 
contention, ENQ not so much, kludgy IMO.   By default ENQ is single system, and 
to enable all systems, you have to also specify major name.  So ENQ SYSDSN * to 
get all systems in the plex.   No way to pass any kind of filter on the major 
name, so you get (in my case, a list of 268K entries back) all data set names.  
Which you can then use a filter or find commands against, but why on earth no 
short cut?  

ENQC is easy enough that my operations staff can use it to see who is holding 
up a production batch job.   However on occasion, they want to just "look up" a 
dataset to see if anyone is using it at that moment.   I realize there are 
methods via ISPF 3.4, etc, or just issue the D GRS,RES=(SYSDSN,'DATA.SET.NAME')

As for the "N", I've tried that too.  I don’t know if something is wrong, but 
when I use that, it takes a good 15 seconds for the display to come back, and 
then its scope is only that single system.   Once that list is produced, and 
you issue a "D" next to the dataset to display all enqueues, another 15 
seconds, and even that display is single system.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President
david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H
p 616.653.8429
f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Rob Scott
Sent: Tuesday, November 21, 2017 9:28 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Check out the new "ENQ" command in SDSF (2.1+) as it supports sysplex-wide ENQ 
information display.

Note that you can also do an "N" action in the "NP" column on the DA panel to 
show enqueues for the ASID only.

Rob Scott

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, November 21, 2017 2:03 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

My wish for ISRDDN would be to be able to toggle on/off sysplex-wide ENQ data 
for STAR mode GRS configuration.   ISRDDN ENQ pulls up a TASID-like panel, but 
there is no way to make it display global enqueues that I can see.  All I get 
is a LIMITED ENQ DATA in the upper right corner, and extended help says:

This system is running with SETGRS MODE=STAR. ENQ information will not be 
collected from other systems. As a result, ENQ displays may not reflect all of 
the ENQs which are known to GRS.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Richards, Robert B.
Sent: Tuesday, November 21, 2017 8:27 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

John,

I wonder how many of us missed that little improvement. I use ISRDDN enough 
times per day that I created a command table entry for it so that I only have 
to type DDN from anywhere. I just checked the new PARM command in SDSF. If you 
are using SYSNAME *, it will search for a member (masking acceptable) in every 
parmlib dataset listed. I did not see the capability to search for a string 
from that display, unless I missed it in my quick read of the tutorial . Still, 
that member search can be very powerful in its own right, especially in shops 
with tons of lpars.

Bob

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John McKown
Sent: Tuesday, November 21, 2017 7:30 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

On Tue, Nov 21, 2017 at 5:41 AM, Andrew Metcalfe < 
0149a256c9e8-dmarc-requ...@listserv.ua.edu> wrote:

> DDLIST (ISRDDN) has this capability out of the box Just type PARMLIB 
> to add the logical parmlib concatenation to your display.
> You can then issue O(nly) PARMLIB command followed by M(ember) xxx.
>
> Andrew
>
>
​Thanks. I knew about the LINKLIST command, but had never noticed the PARMLIB 
command. Oh, well, another one bites the dust. ​


--
I have a theory that it's impossible to prove anything, but I can't prove it.

Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

---

Re: Useful little utility?

2017-11-21 Thread Richards, Robert B.
For this, MXI ENQ is your friend. Thanks Rob!

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, November 21, 2017 9:03 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

My wish for ISRDDN would be to be able to toggle on/off sysplex-wide ENQ data 
for STAR mode GRS configuration.   ISRDDN ENQ pulls up a TASID-like panel, but 
there is no way to make it display global enqueues that I can see.  All I get 
is a LIMITED ENQ DATA in the upper right corner, and extended help says:

This system is running with SETGRS MODE=STAR. ENQ information will not be   
collected from other systems. As a result, ENQ displays may not reflect all 
of the ENQs which are known to GRS. 

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Richards, Robert B.
Sent: Tuesday, November 21, 2017 8:27 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

John,

I wonder how many of us missed that little improvement. I use ISRDDN enough 
times per day that I created a command table entry for it so that I only have 
to type DDN from anywhere. I just checked the new PARM command in SDSF. If you 
are using SYSNAME *, it will search for a member (masking acceptable) in every 
parmlib dataset listed. I did not see the capability to search for a string 
from that display, unless I missed it in my quick read of the tutorial . Still, 
that member search can be very powerful in its own right, especially in shops 
with tons of lpars.

Bob  

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John McKown
Sent: Tuesday, November 21, 2017 7:30 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

On Tue, Nov 21, 2017 at 5:41 AM, Andrew Metcalfe < 
0149a256c9e8-dmarc-requ...@listserv.ua.edu> wrote:

> DDLIST (ISRDDN) has this capability out of the box Just type PARMLIB 
> to add the logical parmlib concatenation to your display.
> You can then issue O(nly) PARMLIB command followed by M(ember) xxx.
>
> Andrew
>
>
​Thanks. I knew about the LINKLIST command, but had never noticed the PARMLIB 
command. Oh, well, another one bites the dust. ​


--
I have a theory that it's impossible to prove anything, but I can't prove it.

Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Useful little utility?

2017-11-21 Thread Rob Scott
Check out the new "ENQ" command in SDSF (2.1+) as it supports sysplex-wide ENQ 
information display.

Note that you can also do an "N" action in the "NP" column on the DA panel to 
show enqueues for the ASID only.

Rob Scott

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, November 21, 2017 2:03 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

My wish for ISRDDN would be to be able to toggle on/off sysplex-wide ENQ data 
for STAR mode GRS configuration.   ISRDDN ENQ pulls up a TASID-like panel, but 
there is no way to make it display global enqueues that I can see.  All I get 
is a LIMITED ENQ DATA in the upper right corner, and extended help says:

This system is running with SETGRS MODE=STAR. ENQ information will not be
collected from other systems. As a result, ENQ displays may not reflect all
of the ENQs which are known to GRS.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Richards, Robert B.
Sent: Tuesday, November 21, 2017 8:27 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

John,

I wonder how many of us missed that little improvement. I use ISRDDN enough 
times per day that I created a command table entry for it so that I only have 
to type DDN from anywhere. I just checked the new PARM command in SDSF. If you 
are using SYSNAME *, it will search for a member (masking acceptable) in every 
parmlib dataset listed. I did not see the capability to search for a string 
from that display, unless I missed it in my quick read of the tutorial . Still, 
that member search can be very powerful in its own right, especially in shops 
with tons of lpars.

Bob

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John McKown
Sent: Tuesday, November 21, 2017 7:30 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

On Tue, Nov 21, 2017 at 5:41 AM, Andrew Metcalfe < 
0149a256c9e8-dmarc-requ...@listserv.ua.edu> wrote:

> DDLIST (ISRDDN) has this capability out of the box Just type PARMLIB
> to add the logical parmlib concatenation to your display.
> You can then issue O(nly) PARMLIB command followed by M(ember) xxx.
>
> Andrew
>
>
​Thanks. I knew about the LINKLIST command, but had never noticed the PARMLIB 
command. Oh, well, another one bites the dust. ​


--
I have a theory that it's impossible to prove anything, but I can't prove it.

Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 02451 ■ 
Main Office Toll Free Number: +1 877.328.2932
Contact Customer Support: 
https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport
Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - 
http://www.rocketsoftware.com/manage-your-email-preferences
Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy


This communication and any attachments may contain confidential information of 
Rocket Software, Inc. All unauthorized use, disclosure or distribution is 
prohi

Re: Useful little utility?

2017-11-21 Thread Jousma, David
My wish for ISRDDN would be to be able to toggle on/off sysplex-wide ENQ data 
for STAR mode GRS configuration.   ISRDDN ENQ pulls up a TASID-like panel, but 
there is no way to make it display global enqueues that I can see.  All I get 
is a LIMITED ENQ DATA in the upper right corner, and extended help says:

This system is running with SETGRS MODE=STAR. ENQ information will not be   
collected from other systems. As a result, ENQ displays may not reflect all 
of the ENQs which are known to GRS. 

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President
david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H
p 616.653.8429
f 616.653.2717

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Richards, Robert B.
Sent: Tuesday, November 21, 2017 8:27 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

John,

I wonder how many of us missed that little improvement. I use ISRDDN enough 
times per day that I created a command table entry for it so that I only have 
to type DDN from anywhere. I just checked the new PARM command in SDSF. If you 
are using SYSNAME *, it will search for a member (masking acceptable) in every 
parmlib dataset listed. I did not see the capability to search for a string 
from that display, unless I missed it in my quick read of the tutorial . Still, 
that member search can be very powerful in its own right, especially in shops 
with tons of lpars.

Bob  

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John McKown
Sent: Tuesday, November 21, 2017 7:30 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

On Tue, Nov 21, 2017 at 5:41 AM, Andrew Metcalfe < 
0149a256c9e8-dmarc-requ...@listserv.ua.edu> wrote:

> DDLIST (ISRDDN) has this capability out of the box Just type PARMLIB 
> to add the logical parmlib concatenation to your display.
> You can then issue O(nly) PARMLIB command followed by M(ember) xxx.
>
> Andrew
>
>
​Thanks. I knew about the LINKLIST command, but had never noticed the PARMLIB 
command. Oh, well, another one bites the dust. ​


--
I have a theory that it's impossible to prove anything, but I can't prove it.

Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Useful little utility?

2017-11-21 Thread Richards, Robert B.
John,

I wonder how many of us missed that little improvement. I use ISRDDN enough 
times per day that I created a command table entry for it so that I only have 
to type DDN from anywhere. I just checked the new PARM command in SDSF. If you 
are using SYSNAME *, it will search for a member (masking acceptable) in every 
parmlib dataset listed. I did not see the capability to search for a string 
from that display, unless I missed it in my quick read of the tutorial . Still, 
that member search can be very powerful in its own right, especially in shops 
with tons of lpars.

Bob  

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John McKown
Sent: Tuesday, November 21, 2017 7:30 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Useful little utility?

On Tue, Nov 21, 2017 at 5:41 AM, Andrew Metcalfe < 
0149a256c9e8-dmarc-requ...@listserv.ua.edu> wrote:

> DDLIST (ISRDDN) has this capability out of the box Just type PARMLIB 
> to add the logical parmlib concatenation to your display.
> You can then issue O(nly) PARMLIB command followed by M(ember) xxx.
>
> Andrew
>
>
​Thanks. I knew about the LINKLIST command, but had never noticed the PARMLIB 
command. Oh, well, another one bites the dust. ​


--
I have a theory that it's impossible to prove anything, but I can't prove it.

Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Useful little utility?

2017-11-21 Thread John McKown
On Tue, Nov 21, 2017 at 5:41 AM, Andrew Metcalfe <
0149a256c9e8-dmarc-requ...@listserv.ua.edu> wrote:

> DDLIST (ISRDDN) has this capability out of the box
> Just type PARMLIB to add the logical parmlib concatenation to your display.
> You can then issue O(nly) PARMLIB command followed by M(ember) xxx.
>
> Andrew
>
>
​Thanks. I knew about the LINKLIST command, but had never noticed the
PARMLIB command. Oh, well, another one bites the dust. ​


-- 
I have a theory that it's impossible to prove anything, but I can't prove
it.

Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Useful little utility?

2017-11-21 Thread Andrew Metcalfe
DDLIST (ISRDDN) has this capability out of the box 
Just type PARMLIB to add the logical parmlib concatenation to your display. 
You can then issue O(nly) PARMLIB command followed by M(ember) xxx. 

Andrew

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Useful little utility?

2017-11-21 Thread Rob Scott
A quick FYI, SDSF has the "PARM" (2.1+) and "PROC" (2.2+) commands that display 
the PARMLIB and JES2 PROCLIB concatenations.

You can search for a member name mask in the displayed list and then use NP 
actions to access the matching members.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John McKown
Sent: Monday, November 20, 2017 5:11 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Useful little utility?

This is a small ISPF based utility. I call it SYSPARM because it brings up a 
ISPF option 3.4 like DSN list which contains the system PARMLIB concatenation. 
It might be a nice way to find out where a specific PARMLIB member is: e.g. 
Where is TSOKEY27??

It is 140 lines of HLASM code. I wrote in on z/OS 1.12 and tested it on a
2.3 system as well. Basically it uses IEFPRMLB REQUEST=ALLOCATE to allocate the 
system PARMLIB and then does an ISRDDN ONLY to display that allocation.

ref: https://github.com/JohnArchieMckown/miscutil/blob/master/SYSPARM

--
I have a theory that it's impossible to prove anything, but I can't prove it.

Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 02451 ■ 
Main Office Toll Free Number: +1 877.328.2932
Contact Customer Support: 
https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport
Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - 
http://www.rocketsoftware.com/manage-your-email-preferences
Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy


This communication and any attachments may contain confidential information of 
Rocket Software, Inc. All unauthorized use, disclosure or distribution is 
prohibited. If you are not the intended recipient, please notify Rocket 
Software immediately and destroy all copies of this communication. Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN