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

listing uncatalog datasets in a particular volume.


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
hyuzen

New User


Joined: 10 Jul 2005
Posts: 58

PostPosted: Wed Jul 27, 2005 1:08 am
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
rick

New User


Joined: 18 Jun 2004
Posts: 59
Location: Chennai

PostPosted: Thu Jul 28, 2005 12:37 am
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: 463

PostPosted: Thu Aug 04, 2005 5:45 pm
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

New User


Joined: 10 Jul 2005
Posts: 58

PostPosted: Fri Sep 30, 2005 12:51 am
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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Volume chain using DFSORT DFSORT/ICETOOL 17
No new posts Merging 2 datasets into one DFSORT/ICETOOL 1
No new posts volume mass delete RMM JCL & VSAM 2
No new posts PL/I, VB Datasets and the RDW PL/I & Assembler 4
No new posts how to get list of all VSAM/non-VSAM ... JCL & VSAM 13
Search our Forums:

Back to Top