Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
listing uncatalog datasets in a particular volume.

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM
Author Message
hyuzen

Active User


Joined: 10 Jul 2005
Posts: 50

PostPosted: Wed Jul 27, 2005 1:08 am    Post subject: listing uncatalog datasets in a particular volume.
Reply with quote

Hi All,

How can I get a list of uncataloged datasets in a particular volume ?

Thanks in advance,

Huseyin
Back to top
View user's profile Send private message
References
rick

Moderator


Joined: 18 Jun 2004
Posts: 61
Location: Kuzhithurai

PostPosted: Thu Jul 28, 2005 12:37 am    Post subject:
Reply with quote

Yes it can be obtained by giving Volume serial and the dataset name in 3.2 option
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 489

PostPosted: Thu Aug 04, 2005 5:45 pm    Post subject: Re: listing uncatalog datasets in a particular volume.
Reply with quote

Hi Rick,

I am not getting the list of uncataloged datasets in a particular volume .
when i used 3.2 option.

Can you please explain me how i can get this.

Thanks & Regards
Rupesh
Back to top
View user's profile Send private message
hyuzen

Active User


Joined: 10 Jul 2005
Posts: 50

PostPosted: Fri Sep 30, 2005 12:51 am    Post subject:
Reply with quote

Hi All,

I get the answer eventually icon_smile.gif

//LSTUNCAT JOB ,,MSGLEVEL=(1,1),NOTIFY=&SYSUID
//STEP1 EXEC PGM=ADRDSSU
//BKP1 DD DUMMY
//VOL1 DD UNIT=SYSALLDA,DISP=SHR,VOL=SER=nnnnnn
//VOL2 DD UNIT=SYSALLDA,DISP=SHR,VOL=SER=nnnnnn
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DUMP DATASET(INCLUDE(**) -
EXCLUDE(SYS1.VVDS.** -
SYS1.VTOC*.** -
) -
BY(CATLG,NE,YES) -
) -
ODD(BKP1) -
INDD(VOL1,VOL2) -
PROCESS(SYS1) -
WAIT(0,0) TOL(ENQF)
/*


* nnnnnn : give Volume Serial Number

Hyuzen
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM All times are GMT + 6 Hours
Page 1 of 1