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

list of members in a libryn using JCL / utility


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

New User


Joined: 02 Jan 2006
Posts: 10

PostPosted: Wed Aug 09, 2006 9:53 am
Reply with quote

Hi,
Does anyone know
"How to get list of members in a libryn using JCL / utility"?


Thx,
kanish
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Wed Aug 09, 2006 12:32 pm
Reply with quote

hi,

Try this follwing JCL

//COPY EXEC PGM=FILEAID
//SYSPRINT DD SYSOUT=*
//SYSLIST DD SYSOUT=*
//DD01 DD DSN=XXXX.XXXX.XXXX,DISP=SHR
//DD01O DD SYSOUT=* ?/you can specify an Out DD if needed.
//SYSIN DD *
$$DD01 LIST MEMBERS=ALL
/*

U can replace LIST with COPY in SYSIN to copy from one PDS to another


~Vamsi
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Wed Aug 09, 2006 12:34 pm
Reply with quote

hi,

If FILEAID is not availabe,

//PGMNAME EXEC PGM=IEHLIST
//SYSPRINT DD SYSOUT=*
//VOLDD DD UNIT=SYSDA,VOL=SER=LTST13,DISP=OLD
//SYSIN DD *
LISTPDS DSNAME=(XXXX.XXXX.XXXX),VOL=3390=LTST13,FORMAT
/*


~Vamsi
Back to top
View user's profile Send private message
kanish

New User


Joined: 02 Jan 2006
Posts: 10

PostPosted: Wed Aug 09, 2006 2:23 pm
Reply with quote

Hi Vamsi,

These techniques will list details of a PDS " i need to list members of a Libryn and Not PDS"
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Wed Aug 09, 2006 3:21 pm
Reply with quote

kanish, you're going to have to define for everyone what a "libryn" is.
Back to top
View user's profile Send private message
kanish

New User


Joined: 02 Jan 2006
Posts: 10

PostPosted: Wed Aug 09, 2006 3:32 pm
Reply with quote

"PDS has organisation as partitioned and libryn has prganisation as direct"
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 How to create a list of SAR jobs with... CA Products 3
No new posts REASON 00D70014 in load utility DB2 6
No new posts Duplicate several members of/in one l... JCL & VSAM 7
No new posts Build dataset list with properties us... PL/I & Assembler 4
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
Search our Forums:

Back to Top