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

In PDS i want to replace the file with new file name.


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

New User


Joined: 22 Apr 2006
Posts: 44

PostPosted: Thu Sep 07, 2006 11:42 am
Reply with quote

Hi,

I have one PDS. In that PDS 50 Members present.

All the 50 members are Procedures.

Consider all the proceudres have the Input file A. ( My requirement is i want to change this file as B in all the members )

Is it possible to do this using REXX.

Please let me know the way how we can do in REXX

Regards,
Suresh Nallusamy
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Sep 07, 2006 2:01 pm
Reply with quote

The best method is to write an edit-macro that performs the job for each member.

Then, use either the TSO command LISTDS MEMBERS or the ISPF service LMMLIST to produce a list of all members in the PDS. For each member, invoke the ISPF service EDIT with the MACRO parameter, supplying the macro you have written in the previous step.

O.
Back to top
View user's profile Send private message
callkris_cit

New User


Joined: 22 Apr 2006
Posts: 44

PostPosted: Thu Sep 07, 2006 3:38 pm
Reply with quote

Hi Ofer,

Can you please give some examples

Bye,

Suresh
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Sep 07, 2006 4:04 pm
Reply with quote

Sure.

Edit-Macro examples can be found in ISPF Edit and Edit Macros


The LISTDS commands is well docmented in the Command Reference
, and trapping the output od LISTDS can be achieved using REXX's external function OUTTRAP.

You can see examples of ISPF services in ISPF Services Guide.

O.
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 How to split large record length file... DFSORT/ICETOOL 7
No new posts Replace each space in cobol string wi... COBOL Programming 2
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Access to non cataloged VSAM file JCL & VSAM 18
Search our Forums:

Back to Top