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

Global replace in all the records from a file


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

New User


Joined: 20 Feb 2006
Posts: 34

PostPosted: Tue Dec 11, 2007 8:26 pm
Reply with quote

Hello,

I have a sequential file and i want to change the value on a particular position for every record.

It's like i want to put value of 05 for position 82-83 for all the records in the file. I do not want to check what value is present previously at that position.

i am using RA=(82,83,C'10',C'05')

but the problem with above command is, i need to give the value to be changed.

How it can be achvd either using file-aid or any other command.

Thanks & Regards
Rashmi
Back to top
View user's profile Send private message
Douglas Wilder

Active User


Joined: 28 Nov 2006
Posts: 305
Location: Deerfield IL

PostPosted: Tue Dec 11, 2007 9:19 pm
Reply with quote

I am assuming you are running PGM=FILEAID and RA is short for replace all. You can you the move command which can be shortened to MV.
Code:
MOVE=(82,C'05')
Back to top
View user's profile Send private message
rashmi.ranjan75

New User


Joined: 20 Feb 2006
Posts: 34

PostPosted: Tue Dec 11, 2007 9:33 pm
Reply with quote

thanks but this command will put all other bytes to spaces.
I think Repalce will do it in file-aid. I am managed to do it.

thanks for your help.

Regards
Rashmi
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Dec 11, 2007 9:45 pm
Reply with quote

Quote:
I am managed to do it.

Can you please share the solution..?
Back to top
View user's profile Send private message
rashmi.ranjan75

New User


Joined: 20 Feb 2006
Posts: 34

PostPosted: Tue Dec 11, 2007 9:58 pm
Reply with quote

go to 3.6 in file-aid menu

use U Update - Preview and Update globally

i used following
82 2 R C'05'
in the search/update criteria. This option will replace values of 2 bytes at position 82 of the file to 05. When i was using RA it required both search string value and repalce string value. But here only replace value is required that's what i wanted.

I hope i am clear.
Regards
Rashmi
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Dec 12, 2007 11:06 am
Reply with quote

Hi Rashmi,

Thanks for posting the solution.
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 FTP VB File from Mainframe retaining ... JCL & VSAM 3
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
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top