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

How to find the list of all GDG's without knowing full name


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

New User


Joined: 03 Aug 2005
Posts: 1

PostPosted: Mon Nov 14, 2005 11:30 am
Reply with quote

Hi,

I don't know how many GDG's in my project. I want to find all the GDG's in that particular environment. Is there any JCL to list all the GDG's. Kindly help me.
Back to top
View user's profile Send private message
KavithaPalani

New User


Joined: 16 Nov 2005
Posts: 4

PostPosted: Wed Nov 16, 2005 12:15 pm
Reply with quote

//STEP1 EXEC PGM=IEBPTPCH
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=SC0668dd.SALEZ,
// DISP=OLD
//SYSUT2 DD SYSOUT=*
//SYSIN DD *
PRINT MAXFLDS=1
RECORD FIELD=(80)
/*
//
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 To find whether record count are true... DFSORT/ICETOOL 6
No new posts VB to VB copy - Full length reached SYNCSORT 8
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Build dataset list with properties us... PL/I & Assembler 4
Search our Forums:

Back to Top