Joined: 07 Jul 2005 Posts: 31 Location: Mumbai, INDIA
I have one VSAM file defined to a region .. I want to know if this file is a Transactional VSAM file or not ..
I tried searching this Forum and Internet for help but most of the things went over head..
Could anyone tell me How to identify if a VSAM file is transactional or not ..
Joined: 23 Nov 2006 Posts: 19270 Location: Inside the Matrix
Hello,
You might try this command (if your system has the add-on).
Quote:
DISPLAY SMS,DSNAME(dsn)
For a given fully qualified data set name, this command displays the jobs
currently accessing the data set using DFSMStvs on the systems within the
sysplex. Figure 6-18 shows that the specified data set is not open for DFSMStvs
access.