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

Search a string within a PDS


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Fri Nov 09, 2007 3:19 pm
Reply with quote

Deepthy,

One of the options in FA 3.6 screen.

Code:
 Process online or batch       ===> O
       (O = Online; B = Batch)     


Change the column value to get the sample JCL.
Back to top
View user's profile Send private message
Arun Raj

Moderator


Joined: 17 Oct 2006
Posts: 2481
Location: @my desk

PostPosted: Fri Nov 09, 2007 3:56 pm
Reply with quote

Here is the JCL for updating strings across members.

Code:
//STEP0001 EXEC PGM=FILEAID               
//SYSPRINT DD SYSOUT=*                     
//DD01     DD DSN=YOUR.PDS.NAME,DISP=SHR
//DD01O    DD DSN=YOUR.PDS.NAME,DISP=SHR
//SYSIN    DD *                           
*                                         
$$DD01 COPY OUT=0,
EDITALL=(1,0,C'old string',C'new string')


Thanks,
Arun
Back to top
View user's profile Send private message
Deepthy Jose P

New User


Joined: 07 Mar 2007
Posts: 40
Location: India

PostPosted: Fri Nov 16, 2007 2:17 pm
Reply with quote

Hi Arun


This JCL solved my Problem. Special Thanks to you
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 -> JCL & VSAM Goto page Previous  1, 2

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Search two or more word with FILEAID Compuware & Other Tools 15
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts file manager is doing string conversion IBM Tools 3
Search our Forums:

Back to Top