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

batch update in FILE-AID


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
cser_oxygen

New User


Joined: 25 Oct 2006
Posts: 33

PostPosted: Mon Jan 21, 2008 2:51 pm
Reply with quote

hi

I am looking for a method to update mass members having different name, for example, I wanna to update below members at one time:

AAAA11%%
AAAA22%%

I have tried MEMBERS, but it seems allow only one parameter...

Thanks!
Back to top
View user's profile Send private message
abhishekmdwivedi

New User


Joined: 22 Aug 2006
Posts: 95
Location: india

PostPosted: Mon Jan 21, 2008 3:21 pm
Reply with quote

Have you checked up the below options in FILE-AID:

3 UTILITIES ---> 6 SEARCH/UPDATE

This will allow multi fields update.
Back to top
View user's profile Send private message
cser_oxygen

New User


Joined: 25 Oct 2006
Posts: 33

PostPosted: Mon Jan 21, 2008 6:13 pm
Reply with quote

thx for your reply

I was talking about using FILE-AID batch function.
I tried to result it through running a job.
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Mon Jan 21, 2008 7:59 pm
Reply with quote

Check out this link:


ibmmainframes.com/viewtopic.php?t=25229&highlight=
Back to top
View user's profile Send private message
cser_oxygen

New User


Joined: 25 Oct 2006
Posts: 33

PostPosted: Wed Jan 23, 2008 1:27 pm
Reply with quote

Let me explan more detail...

I got a PDS which has many hundreds members in it.

for AAAA%%%%:

need to change all 'xxxyyyzzz' to '111222333'

BBBB%%%% has the same demand;

In my sysin, I tried to code as

Code:
$$DD01 UP MEMBERS=AAAA%%%%,                                       
            UP MEMBERS=BBBB%%%%,
            EDIT=(1,00,C"xxxyyyzzz",                       
                             C"111222333")


But it returns maxcc=4, since invalid usage of "MEMBERS"

There are many statement for the changes, I just list one as an example, this is why I don't wanna to code the statements twice.

Anyone can help?
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 -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Binary File format getting change whi... All Other Mainframe Topics 5
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
Search our Forums:

Back to Top