View previous topic :: View next topic |
Author |
Message |
ramu_mohan21 Beginner
Joined: 29 Jun 2004 Posts: 106 Topics: 41 Location: Bangalore, INDIA
|
Posted: Tue Nov 02, 2004 7:44 am Post subject: Is that Dataset is a VSAM (or) Any Other Dataset |
|
|
Hi Board,
When I browsing the Datasets in my Mainframes installation using 3.4 option I observed like below
Enter "/" to Select Action Message Volume
XXTEST.XXIMS.XX67ABCD *VSAM*
XXTEST.XXIMS.XX67ABCD.DATA ZXT001+
XXTEST.XXIMS.XX67ABCD.INDEX ZXT001+
Enter "/" to Select Action Message Volume
XXTEST.XXIMS.EH67BCDE *PATH*
I know about VSAM, but I don't anything about this "*PATH*". Does it mean a VSAM Dataset (or) any other Dataset. _________________ Best Regards,
----------------
Rammohan Pabba
Software Engineer |
|
Back to top |
|
 |
superk Advanced

Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Tue Nov 02, 2004 7:54 am Post subject: |
|
|
Wonderful things happen when you enter HELP:
Code: |
The information shown for each data set is as follows:
Volume - Volume serial number
- *ALIAS for the alias name of a data set
- *VSAM* for the cluster entry for a VSAM data set
- *PATH* for the path between an alternate index and
the base cluster
A plus (+) beside the volume serial indicates a multivolume data set. For
migrated data sets there will be a number following the volume indicating
the level of migration. A '1' indicates the data set is migrated to DASD
and a '2' indicates the data set is migrated to tape.
|
|
|
Back to top |
|
 |
ramu_mohan21 Beginner
Joined: 29 Jun 2004 Posts: 106 Topics: 41 Location: Bangalore, INDIA
|
Posted: Tue Nov 02, 2004 8:38 am Post subject: Thank you |
|
|
Hi Superk,
Thank you for giving the reply with the explanation needed.
I need a small information like in which case "*ALIAS*" can be utilized. I knew that "If for a dataset the number of HITS are more then creation of ALIAS will help in efficient accessing that dataset". Please clarify is this true. _________________ Best Regards,
----------------
Rammohan Pabba
Software Engineer |
|
Back to top |
|
 |
Mike Chantrey Intermediate
Joined: 10 Sep 2003 Posts: 234 Topics: 1 Location: Wansford
|
Posted: Tue Nov 02, 2004 9:28 am Post subject: |
|
|
I would only use an ALIAS for 'disguising' the name of a dataset. For example, CICS developers have JCL for translating and compiling CICS programs. They need to access the CICS translators such as DFHECP1 |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12377 Topics: 75 Location: San Jose
|
Posted: Tue Nov 02, 2004 10:27 am Post subject: |
|
|
ramu_mohan21,
A path is the means by which a base cluster is accessed by way of its alternate indices. A path is defined and named using the AMS DEFINE PATH command. At least one path must be defined for each of the alternate indices through which the base cluster is to be accessed. The path name refers to the base cluster and alternate index pair. When a program opens a
path for processing, both the base cluster and the alternate index are opened.
An Alias is an alternate label; for example, a label and one or more aliases may be used to refer to the same data element or point in a computer program.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
ramu_mohan21 Beginner
Joined: 29 Jun 2004 Posts: 106 Topics: 41 Location: Bangalore, INDIA
|
Posted: Sun Feb 06, 2005 5:57 am Post subject: |
|
|
HI Kolusu,
Thank you for giving me the sufficient information. It helped me alot.
One more clarification I needed.
1) I created a VSAM-KSDS
2) Kept one record in VSAM-KSDS
3) Created Alternate Index
4) Created Path for the Alternate Index
5) Loaded the records into Base Cluser
Then I was trying to Browse the Path through File-Aid. But it is giving me the message "EMPTY NON-REUSABLE VSAM". Why it is happening like this?
I could able to open the existing VSAM-Path files using File-Aid Browse. But I couldn't able to do the same for which I created newly. _________________ Best Regards,
----------------
Rammohan Pabba
Software Engineer |
|
Back to top |
|
 |
ramu_mohan21 Beginner
Joined: 29 Jun 2004 Posts: 106 Topics: 41 Location: Bangalore, INDIA
|
Posted: Tue Feb 08, 2005 1:05 am Post subject: |
|
|
HI Board,
Now my problem have been solved. In the below the step in RED color I missed.
1) I created a VSAM-KSDS
2) Kept one record in VSAM-KSDS
3) Created Alternate Index
3A) Building Alternate Index
4) Created Path for the Alternate Index
5) Loaded the records into Base Cluser _________________ Best Regards,
----------------
Rammohan Pabba
Software Engineer |
|
Back to top |
|
 |
|
|