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

List only PDS & PDSE for given High Level Qualifier


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

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Wed Nov 19, 2008 5:26 pm
Reply with quote

Hello there,

I have a requirement to prepare a list.
Getting the list of PDS & PDSE names for a given highlevel qualifier.
&
Getting the list of datasets alone. Excluding PDS & PDSE's

Like for instance.......
The qualifier name is : HXSULL
I got to ISPF --> 3 --> 4 and if i give this. There will be a complete listing

I have these 2 jobs for the listing purposes.

This gives the complete list with extra details.
Code:
//FINDINTR EXEC PGM=IDCAMS 
//SYSPRINT DD  SYSOUT=*     
//SYSIN    DD  *           
   LISTC LEVEL(HXSULL)     
/*                         



Code:
//STEP10  EXEC PGM=IKJEFT1A               
//SYSPROC   DD DSN=SYS1.SAMPLIB,DISP=SHR 
//SYSTSPRT  DD SYSOUT=*                   
//SYSTSIN   DD *                         
%IGGCSIRX                                 
HXSULL.*                                 
/*                                       


This JOB only lists for the GIVEN INPUT.
LIke HXSULL.* will give me PDS & PDSE like
HXSULL.JOBS
HXSULL.RUNS
HXSULL.TESTS
But, there are also other PDS & PDSE like HXSULL. JOB.TEAA likewise.

How to get this listing in this manner. B'cos iam given a list of HIGH level qualifers. I have to do this process for all the HLQ.

Sushanth
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Wed Nov 19, 2008 5:37 pm
Reply with quote

Standard wildcard usage methinks

Try

HXSULL.**
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Wed Nov 19, 2008 5:44 pm
Reply with quote

E X P A T,

It gives me a COMPLETE LIST, far more better than the FIRST JOB. I was thinking is there a method to filter.

Like in the first column, it gives list such as NONVSAM, GDG, CLUSTER, DATA, INDEX. Like that is there a method or extra parameters that can be added to filter only PDS & PDSE. Later EXCLUDE only PDS & PDSE.

SUSHANTH
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Nov 19, 2008 5:48 pm
Reply with quote

use ISMF reporting to filter more accurately
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Wed Nov 19, 2008 6:04 pm
Reply with quote

Enrico,
This is the first time iam seeing that screen, now only i knew there is an option like that. Can you tell me how to get that list using ISMF or point to ISMF manual, where i can read & learn.

Sushanth
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Nov 19, 2008 6:11 pm
Reply with quote

from the first panel of the dataset list just scroll down
and in five panels You will find all the filtering You need

the only filter missing is the color of the hair of he girl who allocated the dataset

( I have been using it a lot and never had the need to look at the manual for
the intaractive )

You can also run the reporting in batch thru the NAVIQUEST facility
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Wed Nov 19, 2008 6:20 pm
Reply with quote

Thank You Enrico,
I will try with the options.......

Thank You once AGAIN

sushanth
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 load to DB2 with column level ... DB2 6
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
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