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

ISRSUPC search utility - using high level qualifier


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ashtrj

New User


Joined: 29 Mar 2023
Posts: 1
Location: Belgium

PostPosted: Wed Mar 29, 2023 3:05 pm
Reply with quote

Hi,

Can we use highlevel qualifier alone and not the full PDS name while providing input PDS to searchfor in ISRSUPC utility

e.g

like sys1.*.* (high level qualifier alone with wild card *)

instead of sys1.proclib (full pds name)

Thanks
ashtrj
Back to top
View user's profile Send private message
sergeyken

Senior Member


Joined: 29 Apr 2008
Posts: 1875
Location: USA

PostPosted: Wed Mar 29, 2023 6:51 pm
Reply with quote

ISRSUPRC is designed to handle a single dataset only.

You may need to create by yourself the list of datasets you are interested in, and then call ISRSUPRC separately (maybe, dynamically) for each name from this list.

Such homemade tools may be available at your system; inquire from your system support.

P.S.
Using the wildcard like
Code:
SYS1.*.*
would make your calls to ISRSUPRC crazy.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2453
Location: Silicon Valley

PostPosted: Thu Mar 30, 2023 4:45 am
Reply with quote

re: "ISRSUPRC is designed to handle a single dataset only."

ISRSUPRC allows a DD concatenation as input. And the results indicate which dataset contained the member.

related: Normally, only the first similarly-named member of a concatenation is searched. I think there is an ISRSUPRC parameter to specify that all members be searched.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts first column truncated in search result IBM Tools 13
No new posts To search DB2 table based on Conditio... DB2 1
No new posts Search string in job at regular Spool... CLIST & REXX 0
No new posts Rexx pattern matching on PS qualifer ... CLIST & REXX 1
Search our Forums:

Back to Top