IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

how to check whether a DS is a GDG base or VSAM file


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rajat_gupta

New User


Joined: 05 Apr 2007
Posts: 15
Location: india

PostPosted: Mon Apr 09, 2007 5:42 pm
Reply with quote

Hi all,
I need to check whether a particular dataset (given by the user ) is a GDG base,or a seq file or a VSAM file.I have tried with LISTDSI but when I am giving GDG base name then it is showing foll. error::
datset not found with reason code 0005 and return value of 16.
X = LISTDSI(DSNAME DIRECTORY)

If anyone can suggest a solution for this,it might be very helpful.
Back to top
View user's profile Send private message
mrdilipchand

New User


Joined: 20 Feb 2007
Posts: 12
Location: banglore

PostPosted: Mon Apr 09, 2007 6:32 pm
Reply with quote

hi
am not sure how to use LISTDSI, but using LISTDS we can get it.
/*rexx*/
COMPONENT = E0078CE.DEATH.CLAIMS.TRHST
"LISTDS '"COMPONENT"' M"

Output :
E0078CE.DEATH.CLAIMS.TRHST
--LRECL--DSORG-
** VSAM
--VOLUMES-BLKSIZE
**
let me know is there any other way to get it.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Apr 09, 2007 7:18 pm
Reply with quote

IDCAMS LISTCAT reveals all
Back to top
View user's profile Send private message
rajat_gupta

New User


Joined: 05 Apr 2007
Posts: 15
Location: india

PostPosted: Mon Apr 09, 2007 8:24 pm
Reply with quote

I have tried a lot,but not able to get the dataset info'n of a GDG base.It is always saying "Invalid dataset". If anyone has an idea then kindly suggest.
Input is any dataset name and it should tell whether its a GDG base or a VSAM or a sequential file.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Apr 09, 2007 9:17 pm
Reply with quote

expat is right.

If the dataset is a GDG Base, then LISTCAT returns:

GDG BASE ------ entry name
IN-CAT --- catalog name

If the dataset is a QSAM or PDS file, then LISTCAT returns:

NONVSAM ------- entry name
IN-CAT --- catalog name

If the data is VSAM, then LISTCAT returns:

CLUSTER ------- entry name
IN-CAT --- catalog name
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 4
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top