Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
copy to an exist sam file

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
husj

New User


Joined: 05 Sep 2005
Posts: 12
Location: P.R.C

PostPosted: Thu Oct 20, 2005 12:33 pm    Post subject: copy to an exist sam file
Reply with quote

Hi,
I want to copy the content of SAM FILE1 to SAM FILE2, but SAM FILE2 is already exist. I tried to use IEBGERNER,but returncode is 12 because of existing of file2.
Who can tell me How to resolve the problem?

Thanks

Jerry
Back to top
View user's profile Send private message
References
ikumar

Active User


Joined: 02 Aug 2005
Posts: 86

PostPosted: Thu Oct 20, 2005 12:38 pm    Post subject: Re: copy to an exist sam file
Reply with quote

what r ur disp parameters....
y dont u use DISP=MOD and try with PGM=SORT utility....
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 486

PostPosted: Thu Oct 20, 2005 12:42 pm    Post subject: Re: copy to an exist sam file
Reply with quote

Hi Husj,

Please elaborate your problem,

What do u mean by sam File, Is it VSAM file or Flat file?

Do u want creat a replica of Sam file or or do yo want to add ib file 2.

Regards

Rupesh
Back to top
View user's profile Send private message
husj

New User


Joined: 05 Sep 2005
Posts: 12
Location: P.R.C

PostPosted: Fri Oct 21, 2005 8:21 am    Post subject: Re: copy to an exist sam file
Reply with quote

Hi, Rupesh,

FILE1 and FILE2 are all flat file and already exist. I want to cover FILE2 with FILE1. i.e. I do not need the old data in FILE2. JCL is like this,

//FILECPY1 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=FILE1,DISP=SHR
//SYSUT2 DD DSN=FILE2,DISP=SHR
//SYSIN DD DUMMY

Maybe IEBGENER can not complete this function. But I do not how to do

regards
Back to top
View user's profile Send private message
husj

New User


Joined: 05 Sep 2005
Posts: 12
Location: P.R.C

PostPosted: Fri Oct 21, 2005 9:16 am    Post subject: Re: copy to an exist sam file
Reply with quote

hi,everybody,

I found the way to resolve the problem. PGM=SORT can work.
Thanks for your help

regards

Jerry
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1