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

Change the input file in PDS


IBM Mainframe Forums -> JCL & VSAM
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 21, 2006 12:31 pm
Reply with quote

Hi all,

I have one PDS. It contains 50 Catalogued proceures.

I want to change the Input file name for all the Catalogued procdures.

Old input file name: CATXXX.INPUT.FILE1

New input file name: CATXXX.INPUT.FILE2

( Note: Both old file name and new file name have the same length)

Is there any utility or any way to change.

Thanks

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

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Thu Sep 21, 2006 12:46 pm
Reply with quote

Hi !

You could use the IBM utility IPOUPDATE.

//UPDAT1 EXEC PGM=IPOUPDTE,
//* PARM='UPDATE'
// PARM='CHECK'
//?INST1 DD DISP=SHR,DSN=PDS.DATASET
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
OLD1<NEW1<
OLD2<NEW2<
//

Regards, UmeySan
Back to top
View user's profile Send private message
callkris_cit

New User


Joined: 22 Apr 2006
Posts: 44

PostPosted: Thu Sep 21, 2006 12:51 pm
Reply with quote

Thanks. I will check and let you know the details soon.
Back to top
View user's profile Send private message
callkris_cit

New User


Joined: 22 Apr 2006
Posts: 44

PostPosted: Thu Sep 21, 2006 10:12 pm
Reply with quote

Hi,

The Utility is not working. It says the PGM is not found ( S806 Error)

Please let me know if any other way i can achieve this

Bye
Suresh
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

 


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