Re: ISPF command for owner of DSN enqueue

2018-09-20 Thread Tom Marchant
On Thu, 20 Sep 2018 14:04:41 -0500, IBM user wrote:

>Thanks Mark! That did the trick!

The CLIST makes it a little easier. You can also enter
ISRDDN E
in front of the data set name on your 3.4 list.

-- 
Tom Marchant

>- Original message -
>From: "Steely.Mark" 
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: ISPF command for owner of DSN enqueue
>Date: Fri, 7 Sep 2018 21:05:39 +
>
>I have this as member WHI in SYSPROC concatenation.
>
>PROC 1 DSN 
>/* CLRSCRN */  
>ISRDDN E &DSN  
>
>
>Option 3.4 enter WHI beside DSN. Provides information requested.

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


Re: ISPF command for owner of DSN enqueue

2018-09-20 Thread IBM user
Thanks Mark! That did the trick!

- Original message -
From: "Steely.Mark" 
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ISPF command for owner of DSN enqueue
Date: Fri, 7 Sep 2018 21:05:39 +

I have this as member WHI in SYSPROC concatenation.

PROC 1 DSN 
/* CLRSCRN */  
ISRDDN E &DSN  


Option 3.4 enter WHI beside DSN. Provides information requested. 

Thanks


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Edward Finnell
Sent: Friday, September 07, 2018 4:01 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ISPF command for owner of DSN enqueue

ISPF has a built-in WHOHAS. If you get Dataset in use. Just PF1 and it will 
show enques. 


In a message dated 9/7/2018 3:50:30 PM Central Standard Time, 
jesse1.robin...@sce.com writes:

 
We have run a version of WHOHAS since the 1980s. Origin unknown. If CBT has a 
version, it would probably do the trick.

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

*** Disclaimer ***
This communication (including all attachments) is solely for the use of the 
person to whom it is addressed and is a confidential AAA communication. If you 
are not the intended recipient, any use, distribution, printing, or copying is 
prohibited. If you received this email in error, please immediately delete it 
and notify the sender.

--
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: [EXTERNAL] Re: ISPF command for owner of DSN enqueue

2018-09-10 Thread Dyck, Lionel B. (RavenTek)
Take a look at CBT FILE 716:  QUERYENQ ISPF implementation from Jim Moore

--
Lionel B. Dyck (Contractor)  <
Mainframe Systems Programmer – RavenTek Solution Partners


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lizette Koehler
Sent: Friday, September 07, 2018 2:34 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: ISPF command for owner of DSN enqueue

Then it is probably the WHOHAS command which is on the CBTTAPE.ORG

Lizette

> -Original Message-
> From: IBM Mainframe Discussion List  On 
> Behalf Of Tom Conley
> Sent: Friday, September 07, 2018 12:08 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: ISPF command for owner of DSN enqueue
> 
> On 9/7/2018 10:59 AM, IBM user wrote:
> > We once had a product that would allow us to issue a shortcut 
> > command in a
> 3.4 ISPF DIRLIST.  The command would tell us who owned the dataset in 
> question.
> >
> > Does anyone know of an open source version of that function, that 
> > works in
> ISPF without any special RACF authorizations for the users, or that 
> does not involve using a D GRS console command?
> >
> > 
> > -- For IBM-MAIN subscribe / signoff / archive access instructions, 
> > send email to lists...@listserv.ua.edu with the message: INFO 
> > IBM-MAIN
> >
> 
> ISRDDN (DDLIST) ENQ command, or TASID ENQ.  Doesn't work from 3.4, but 
> you could whip up a REXX with the ISPF QUERYENQ service.
> 
> Regards,
> Tom Conley
> 
> --
> 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

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


Re: ISPF command for owner of DSN enqueue

2018-09-07 Thread Edward Finnell
The other one I got lots of mileage out of was ZOOM. I think it was on XEPHON 
mods but haven't looked in a while.


In a message dated 9/7/2018 4:06:19 PM Central Standard Time, 
steely.m...@aaa-texas.com writes:

 
Option 3.4 enter WHI beside DSN. Provides information requested.

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


Re: ISPF command for owner of DSN enqueue

2018-09-07 Thread Steely.Mark
I have this as member WHI in SYSPROC concatenation.

PROC 1 DSN 
/* CLRSCRN */  
ISRDDN E &DSN  


Option 3.4 enter WHI beside DSN. Provides information requested. 

Thanks


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Edward Finnell
Sent: Friday, September 07, 2018 4:01 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ISPF command for owner of DSN enqueue

ISPF has a built-in WHOHAS. If you get Dataset in use. Just PF1 and it will 
show enques. 


In a message dated 9/7/2018 3:50:30 PM Central Standard Time, 
jesse1.robin...@sce.com writes:

 
We have run a version of WHOHAS since the 1980s. Origin unknown. If CBT has a 
version, it would probably do the trick.

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

*** Disclaimer ***
This communication (including all attachments) is solely for the use of the 
person to whom it is addressed and is a confidential AAA communication. If you 
are not the intended recipient, any use, distribution, printing, or copying is 
prohibited. If you received this email in error, please immediately delete it 
and notify the sender.

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


Re: ISPF command for owner of DSN enqueue

2018-09-07 Thread Edward Finnell
ISPF has a built-in WHOHAS. If you get Dataset in use. Just PF1 and it will 
show enques. 


In a message dated 9/7/2018 3:50:30 PM Central Standard Time, 
jesse1.robin...@sce.com writes:

 
We have run a version of WHOHAS since the 1980s. Origin unknown. If CBT has a 
version, it would probably do the trick.

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


Re: ISPF command for owner of DSN enqueue

2018-09-07 Thread Jesse 1 Robinson
We have run a version of WHOHAS since the 1980s. Origin unknown. If CBT has a 
version, it would probably do the trick. 

.
.
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 Lizette Koehler
Sent: Friday, September 07, 2018 12:34 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: ISPF command for owner of DSN enqueue

Then it is probably the WHOHAS command which is on the CBTTAPE.ORG

Lizette

> -Original Message-
> From: IBM Mainframe Discussion List  On 
> Behalf Of Tom Conley
> Sent: Friday, September 07, 2018 12:08 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: ISPF command for owner of DSN enqueue
> 
> On 9/7/2018 10:59 AM, IBM user wrote:
> > We once had a product that would allow us to issue a shortcut 
> > command in a
> 3.4 ISPF DIRLIST.  The command would tell us who owned the dataset in 
> question.
> >
> > Does anyone know of an open source version of that function, that 
> > works in
> ISPF without any special RACF authorizations for the users, or that 
> does not involve using a D GRS console command?
> >
> > 
> > -- For IBM-MAIN subscribe / signoff / archive access instructions, 
> > send email to lists...@listserv.ua.edu with the message: INFO 
> > IBM-MAIN
> >
> 
> ISRDDN (DDLIST) ENQ command, or TASID ENQ.  Doesn't work from 3.4, but 
> you could whip up a REXX with the ISPF QUERYENQ service.
> 
> Regards,
> Tom Conley
> 
> --
> 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


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


Re: ISPF command for owner of DSN enqueue

2018-09-07 Thread Lizette Koehler
Then it is probably the WHOHAS command which is on the CBTTAPE.ORG

Lizette

> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf Of
> Tom Conley
> Sent: Friday, September 07, 2018 12:08 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: ISPF command for owner of DSN enqueue
> 
> On 9/7/2018 10:59 AM, IBM user wrote:
> > We once had a product that would allow us to issue a shortcut command in a
> 3.4 ISPF DIRLIST.  The command would tell us who owned the dataset in
> question.
> >
> > Does anyone know of an open source version of that function, that works in
> ISPF without any special RACF authorizations for the users, or that does not
> involve using a D GRS console command?
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions, send
> > email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> 
> ISRDDN (DDLIST) ENQ command, or TASID ENQ.  Doesn't work from 3.4, but you
> could whip up a REXX with the ISPF QUERYENQ service.
> 
> Regards,
> Tom Conley
> 
> --
> 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: ISPF command for owner of DSN enqueue

2018-09-07 Thread Tom Conley

On 9/7/2018 10:59 AM, IBM user wrote:

We once had a product that would allow us to issue a shortcut command in a 3.4 
ISPF DIRLIST.  The command would tell us who owned the dataset in question.

Does anyone know of an open source version of that function, that works in ISPF 
without any special RACF authorizations for the users, or that does not involve 
using a D GRS console command?

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



ISRDDN (DDLIST) ENQ command, or TASID ENQ.  Doesn't work from 3.4, but 
you could whip up a REXX with the ISPF QUERYENQ service.


Regards,
Tom Conley

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


Re: ISPF command for owner of DSN enqueue

2018-09-07 Thread Tom Marchant
On Fri, 7 Sep 2018 09:59:24 -0500, IBM user wrote:

>We once had a product that would allow us to issue a shortcut command in a 3.4 
>ISPF DIRLIST.  The command would tell us who owned the dataset in question.
>
>Does anyone know of an open source version of that function, that works in 
>ISPF without any special RACF authorizations for the users, or that does not 
>involve using a D GRS console command?

When you get the short message that the data set is in use, press PF1.
You get a longer message saying that it is in use.
Press PF1 again. You get information about who has it.

If you want to know if someone has the data set, you can issue the R (rename) 
line command. If it tells you that the data set is in use, someone has it. If 
it comes back and asks you what you want to rename it to, no one does.

Is this sufficient?

-- 
Tom Marchant

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


Re: ISPF command for owner of DSN enqueue

2018-09-07 Thread Lizette Koehler
Not sure what that would be.

Do you have an example of the output that would have been generated?

Have you checked on cbttape.org?


Have you tried posting to the RACF List to see if they know of it?

Have you tried the LD command?   LD dataset(datastename) Genenric

Only way I have seen that done in the past is when the Racf team had a table 
they maintained that contained who owned what


Lizette


> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf Of
> IBM user
> Sent: Friday, September 07, 2018 7:59 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: ISPF command for owner of DSN enqueue
> 
> We once had a product that would allow us to issue a shortcut command in a
> 3.4 ISPF DIRLIST.  The command would tell us who owned the dataset in
> question.
> 
> Does anyone know of an open source version of that function, that works in
> ISPF without any special RACF authorizations for the users, or that does not
> involve using a D GRS console command?
> 
> --
> 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


ISPF command for owner of DSN enqueue

2018-09-07 Thread IBM user
We once had a product that would allow us to issue a shortcut command in a 3.4 
ISPF DIRLIST.  The command would tell us who owned the dataset in question. 

Does anyone know of an open source version of that function, that works in ISPF 
without any special RACF authorizations for the users, or that does not involve 
using a D GRS console command?

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