View previous topic :: View next topic |
Author |
Message |
kingo Intermediate
Joined: 01 Sep 2006 Posts: 167 Topics: 40 Location: chennai
|
Posted: Thu May 08, 2008 8:14 am Post subject: Doubt on TABLESPACE |
|
|
Hi ,
When a TABLESPACE is created correspondingly a VSAM dataset is created.Can anyone tell me how to find out what format would that file be created?
Thanks,
Kingo _________________ IF YOU ARE NOT FOCUSSED ON GOAL ALL YOU SEE IS OBSTACLE. |
|
Back to top |
|
|
CZerfas Intermediate
Joined: 31 Jan 2003 Posts: 211 Topics: 8
|
Posted: Thu May 08, 2008 9:12 am Post subject: |
|
|
VSAMs LISTCAT command will give you that information.
regards
Christian |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Thu May 08, 2008 9:57 am Post subject: |
|
|
kingo,
DB2 vsam clusters are always LDS clusters. The VSAM Clusters are ONLY created implicitly when you have DEFINE YES on the definition of the table space.
Kolusu |
|
Back to top |
|
|
kingo Intermediate
Joined: 01 Sep 2006 Posts: 167 Topics: 40 Location: chennai
|
Posted: Thu May 08, 2008 10:07 am Post subject: |
|
|
Thanks CZerfas and kolusu.
No my doubt is suppose my tablespace name is kingoxxx how would the VSAM dataset look like?
Regards,
Kingo _________________ IF YOU ARE NOT FOCUSSED ON GOAL ALL YOU SEE IS OBSTACLE. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Thu May 08, 2008 10:32 am Post subject: |
|
|
kingo wrote: |
No my doubt is suppose my tablespace name is kingoxxx how would the VSAM dataset look like? |
What do you mean by look like ? You mean the naming convention? it varies from shop to shop
Most shops has this naming convention
Code: |
DB2*.DSNDBC.your dbname.tablespace name.I0001.*
|
The First HLQ can be DB2T for test and DB2P for production
Kolusu |
|
Back to top |
|
|
|
|