MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

changing class parameter for all members in a pds

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
yadav2005
Intermediate


Joined: 10 Jan 2005
Posts: 348
Topics: 144

PostPosted: Mon Mar 29, 2010 7:57 am    Post subject: changing class parameter for all members in a pds Reply with quote

I have a PDS in which I have many 1000 members and I need to change the CLASS parameter from A to B.can anybody help me doing through any REXX / CLIST.
Back to top
View user's profile Send private message
yadav2005
Intermediate


Joined: 10 Jan 2005
Posts: 348
Topics: 144

PostPosted: Mon Mar 29, 2010 8:33 am    Post subject: Reply with quote

Sorry I was not clear in my requirement. I have many members but I am interested to change only with the names ABC01 thru ABC50 only out of the ABC01 - ABC99 members .
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Mon Mar 29, 2010 10:00 am    Post subject: Reply with quote

yadav2005,

Please search before posting. check the following links

http://www.mvsforums.com/helpboards/viewtopic.php?t=1286&highlight=pds+update

http://www.mvsforums.com/helpboards/viewtopic.php?t=5957&highlight=pds+update

http://www.mvsforums.com/helpboards/viewtopic.php?t=5280&highlight=pds+update

http://www.mvsforums.com/helpboards/viewtopic.php?t=8236&highlight=pds+update
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
prino
Banned


Joined: 01 Feb 2007
Posts: 45
Topics: 5
Location: Oostende

PostPosted: Mon Mar 29, 2010 2:41 pm    Post subject: Reply with quote

yadav2005 wrote:
Sorry I was not clear in my requirement. I have many members but I am interested to change only with the names ABC01 thru ABC50 only out of the ABC01 - ABC99 members .


Copy them to a temp library and use PDSUPDTE
Back to top
View user's profile Send private message
Dibakar
Advanced


Joined: 02 Dec 2002
Posts: 700
Topics: 63
Location: USA

PostPosted: Tue Mar 30, 2010 11:14 am    Post subject: Reply with quote

Look for FILEAID sample in the first link provided by kolusu.

Change
Code:
$$DD01 UPDATE,

to
Code:
$$DD01 UPDATE MBRNAME=(ABC01,ABC50),
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group