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

Want to have program to search member name in data set


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jackzhang75

Active User


Joined: 09 Jun 2014
Posts: 125
Location: US

PostPosted: Fri Feb 13, 2015 12:00 am
Reply with quote

Hi ,

I am thinking to have a program to search the member name in different data set or all data set in the system and find out where is this member resides ?

Anyone have better idea or program to do that?

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

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Feb 13, 2015 12:39 am
Reply with quote

Quote:
... or all data set in the system ...

pretty inconsiderate requirement

laern about the use of the ISPF MEMBER command
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Fri Feb 13, 2015 1:18 am
Reply with quote

jackzhang75 wrote:
I am thinking to have a program to search the member name in different data set or all data set in the system and find out where is this member resides ?

How do you think to get the names of the data sets?
Back to top
View user's profile Send private message
jackzhang75

Active User


Joined: 09 Jun 2014
Posts: 125
Location: US

PostPosted: Fri Feb 13, 2015 2:36 am
Reply with quote

I know i can list all the member name for paricular one data set or many data set . And do the compare to find where the member reside.

I don't know how can i get all the datset name in the system ... or give the prefix of data set then how to search all the data set .
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Feb 13, 2015 3:34 am
Reply with quote

Quote:
I don't know how can i get all the datset name in the system ... or give the prefix of data set then how to search all the data set .


learn how to use ISPF facilities ...

if You go to option 3.4 to get a list of datasets
and in the command line type MEMBER <member name> ISPF will tell in which datasets the members was found
Back to top
View user's profile Send private message
Mickeydusaor

Active User


Joined: 24 May 2006
Posts: 258
Location: Salem, Oregon

PostPosted: Fri Feb 13, 2015 3:55 am
Reply with quote

first and foremost you would need authorization to all datasets on the system in order to even read them.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts Using API Gateway from CICS program CICS 0
No new posts Search two or more word with FILEAID Compuware & Other Tools 15
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
Search our Forums:

Back to Top