Re: VSAM file open/close

2006-03-24 Thread Stocker, Herman
1 way - in 3.4 list enter ISRDDN en next to the cluster
The're a number of programs around called WHOHAS that you can locate with a
goole search.

Regards,  Herman Stocker
Cendant Car Rental Group
Phone:  1973-496-4847
Fax:1973-496-3480
E-Mail:  [EMAIL PROTECTED]


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Jorge Arueira Campos
Sent: Friday, March 24, 2006 2:53 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: VSAM file open/close

 Hil all

How I see if VSAM file are open or close ??? Have a tools in mainframe for
do it ???

Best regards

Jorge Arueira Campos

CAIXA ECONOMICA FEDERAL
SAO PAULO - BRAZIL

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: VSAM file open/close

2006-03-24 Thread Larry Crilley
If you have a way to display ENQs (TASID, for example), just look for MAJOR
name of SYSDSN or SYSVSAM.  Minor name, enter cluster name.  If there is an
ENQ, then the file is OPEN.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Jorge Arueira Campos
Sent: Friday, March 24, 2006 2:53 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: VSAM file open/close

 Hil all

How I see if VSAM file are open or close ??? Have a tools in mainframe for
do it ???

Best regards

Jorge Arueira Campos

CAIXA ECONOMICA FEDERAL
SAO PAULO - BRAZIL

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: VSAM file open/close

2006-03-24 Thread Bruce Black


If you have a way to display ENQs (TASID, for example), just look for MAJOR
name of SYSDSN or SYSVSAM.  Minor name, enter cluster name.  If there is an
ENQ, then the file is OPEN.
not quite.  The SYSDSN ENQ shows that the cluster is allocated, but not 
necessarily open.


The SYSVSAM ENQ generally indicates that the cluster is open

--
Bruce Black
Senior Software Developer
Innovation Data Processing

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: VSAM file open/close

2006-03-24 Thread Ted MacNEIL
The SYSVSAM ENQ generally indicates that the cluster is open

In general, don't ENQ's only show up if there is contention?

-
-teD

I’m an enthusiastic proselytiser of the universal panacea I believe in!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: VSAM file open/close

2006-03-24 Thread Kirk Talman
For option 2 of TASID that is correct.

IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU wrote on 03/23/2006 
07:00:00 PM:

 The SYSVSAM ENQ generally indicates that the cluster is open
 
 In general, don't ENQ's only show up if there is contention?



-
The information contained in this communication (including any
attachments hereto) is confidential and is intended solely for the
personal and confidential use of the individual or entity to whom
it is addressed.  The information may also constitute a legally
privileged confidential communication.  If the reader of this
message is not the intended recipient or an agent responsible for
delivering it to the intended recipient, you are hereby notified
that you have received this communication in error and that any
review, dissemination, copying, or unauthorized use of this
information, or the taking of any action in reliance on the
contents of this information is strictly prohibited.  If you have
received this communication in error, please notify us immediately
by e-mail, and delete the original message.  Thank you

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: VSAM file open/close

2006-03-24 Thread Ray Mullins
Well, you notice them when there is contention.  :-)  

But ENQs are issued all the time, and they can be found using products like
OMEGAMON, etc., or you can run the ENQ chains yourself. 

Later,
Ray

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:[EMAIL PROTECTED] On Behalf Of Ted MacNEIL
 Sent: Thursday March 23 2006 16:00
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: Re: VSAM file open/close
 
 The SYSVSAM ENQ generally indicates that the cluster is open
 
 In general, don't ENQ's only show up if there is contention?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: VSAM file open/close

2006-03-24 Thread Bruce Black


In general, don't ENQ's only show up if there is contention?

Show up where?

The console command  D GRS,C show contention but the commandD 
GRS,RES=(SYSVSAM,*) will show all SYSVSAM ENQs (could be a long display 
if there are lot of open VSAM)


Under TSO, the freeblie programs TASID and MXI will display ENQs.  I 
believe RMFMON will also do so




--
Bruce Black
Senior Software Developer
Innovation Data Processing

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html