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

Coreect option is not Find/Replace utitlity in File Manager


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
siva04408

New User


Joined: 23 Feb 2010
Posts: 11
Location: pune

PostPosted: Thu Mar 08, 2012 11:27 am
Reply with quote

Guys,

i got Find/Change utility usase in File Manager. This was already answered in this forum through the following link.

www.ibmmainframes.com/viewtopic.php?t=12065&highlight=

but i want change more than one string (like 3 strings) at a time. thsi can be done by file aid, but i want to do it using file manager bcoz no more file aid in our proj. can anyone help me...

for example need to change date HLQ and time at one instance in all pds members.
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Thu Mar 08, 2012 12:12 pm
Reply with quote

Maybe you could start by using a change utility to change your abysmal use of SMS English into something that is more appropriate on a forum for professionals?
Back to top
View user's profile Send private message
siva04408

New User


Joined: 23 Feb 2010
Posts: 11
Location: pune

PostPosted: Thu Mar 08, 2012 1:29 pm
Reply with quote

Robert,

I would be good if you give a solution rather than free suggestion..

Everyone may not have plenty of time like you..all that we need to write it in understable way whether it might be sms language or professional....anyway will consider your suggestion...
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Thu Mar 08, 2012 1:52 pm
Reply with quote

Quote:
all that we need to write it in understable way whether it might be sms language or professional

you are free to write any way You like,
but we are free to consider people who use sms jargon and abbreviations as...
<any strong derogatory adjective> of Your choice
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Thu Mar 08, 2012 2:15 pm
Reply with quote

Quote:
all that we need to write it in understable way


...love the term "understable".... icon_lol.gif

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

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Thu Mar 08, 2012 3:24 pm
Reply with quote

I wonder why so many people in IT lack the ingenuity needed for the profession

it would be a learning experience to enter file manager menu
choose utilities==>find/change
enter all the option needed for ONE change
ask FM to generate the batch job

stimulate Your neuron to try to duplicate the
CHANGE card for as many changes You want to make
and see what happens

but naturally You were too busy whining and complaining
and waiting for somebody to spoon feed You
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Mar 09, 2012 7:50 am
Reply with quote

Hi Enrico,

Quote:
I wonder why so many people in IT lack the ingenuity needed for the profession

Maybe because it was a paying job. . . Possibly better paying than many others. . .

d
Back to top
View user's profile Send private message
Ed Goodman

Active Member


Joined: 08 Jun 2011
Posts: 556
Location: USA

PostPosted: Fri Mar 09, 2012 7:08 pm
Reply with quote

Siva,
I know exactly how to do it. I have decided to let you twist in the wind because of your smart-ass answer to Robert.
Back to top
View user's profile Send private message
siva04408

New User


Joined: 23 Feb 2010
Posts: 11
Location: pune

PostPosted: Tue Mar 13, 2012 5:54 pm
Reply with quote

thanks all...i got the solution...
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Mar 13, 2012 6:34 pm
Reply with quote

siva04408 wrote:
thanks all...i got the solution...


see? we motivated you to help yourself.

that is the goal here, not to do your work,
but help you learn how to do your work.

and the forum members were successful.
Back to top
View user's profile Send private message
Phrzby Phil

Senior Member


Joined: 31 Oct 2006
Posts: 1042
Location: Richmond, Virginia

PostPosted: Tue Mar 13, 2012 9:53 pm
Reply with quote

And Siva, in spite of a bit of raucous bantering, was polite enough to reply that he has solved his problem.

Siva - Please also share your solution.
Back to top
View user's profile Send private message
siva04408

New User


Joined: 23 Feb 2010
Posts: 11
Location: pune

PostPosted: Wed Mar 14, 2012 5:06 pm
Reply with quote

As enrico suggested we achieved the solution through file manager batch job.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Wed Mar 14, 2012 10:58 pm
Reply with quote

here is the skel
Code:


 ****** ***************************** Top of Data ******************************
 000001 //ENRICOFM JOB (ACCT),'FILE MANAGER',                                   
 =COLS> ----+----1----+----2----+----3----+----4----+----5----+----6----+----7--
 000002 //             NOTIFY=ENRICO,CLASS=A,                                   
 000003 //             MSGLEVEL=(1,1),MSGCLASS=X                               
 000004 //*                                                                     
 000005 //FM      EXEC PGM=FMNMAIN                                             
 000006 //STEPLIB   DD DISP=SHR,DSN=<FM HLQ>.SFMNMOD1                           
 000007 //*        DD DSN=IGY.SIGYCOMP,DISP=SHR                                 
 000008 //*FMNCOB   DD DUMMY    UNCOMMENT TO FORCE USE OF FM COBOL COMPILER     
 000009 //*FMNCLERR DD SYSOUT=* UNCOMMENT TO FORCE OUTPUT OF COMPILER LISTING   
 000010 //SYSPRINT DD SYSOUT=*                                                 
 000011 //FMNTSPRT DD SYSOUT=*                                                 
 000012 //SYSTERM  DD SYSOUT=*                                                 
 000013 //SYSIN    DD *                                                         
 000014 $$FILEM FCH ,                                                           
 000015 $$FILEM MEMBER=*,                                                       
 000016 $$FILEM PACK=UNPACK,                                                   
 000017 $$FILEM JCL=YES,                                                       
 000018 $$FILEM DIRINTEGR=YES,                                                 
 000019 $$FILEM DSNIN=<THE PDS TO BE PROCESSED>                                 
 000020 CHANGE   STRING1   CHANGE1                                             
 000021 CHANGE   STRING2   CHANGE2                                             
 000022 ...                                                                     
 000023 CHANGE   STRINGN   CHANGEN                                             
 000024 /+                                                                     
 ****** **************************** Bottom of Data ****************************
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 -> IBM Tools

 


Similar Topics
Topic Forum Replies
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
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