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

IEBGENER Utility


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

New User


Joined: 27 Jan 2006
Posts: 26

PostPosted: Fri Jan 27, 2006 10:46 am
Reply with quote

Hi,
I have created 2 datasets and I want to copy one dataset to other . I have used IEBGENER utility. But it is giveing error as
" JCLGN0005U I/O ERROR ON SYSUT1".
please reply me.
Thanks,
Nutan
Back to top
View user's profile Send private message
Gautam512

Active User


Joined: 05 Oct 2005
Posts: 308
Location: Vizag / US

PostPosted: Fri Jan 27, 2006 12:24 pm
Reply with quote

Try with IEBCOPY once........
Back to top
View user's profile Send private message
nutan

New User


Joined: 27 Jan 2006
Posts: 26

PostPosted: Fri Jan 27, 2006 12:53 pm
Reply with quote

HI,

I have written JCL stmt as ,
Code:

//JOB1 JOB ACNT
//STEP1 EXEC PGM=IEBGENER
//SYSUT1 DD DSN= MFUSER.PROJECTS.NUTAN.C1,DISP=SHR
//SYSUT2 DD DSN= MFUSER.PROJECTS.NUTAN.C2,DISP=SHR
//SYSPRINT DD SYSOUT=*
/*
//


Just tell me whether I am going in right direction or not ? What changes do I need to make ?

Regards ,
Nutan
Back to top
View user's profile Send private message
Gautam512

Active User


Joined: 05 Oct 2005
Posts: 308
Location: Vizag / US

PostPosted: Fri Jan 27, 2006 1:34 pm
Reply with quote

Just replace IEBGENER with IEBCOPY and try....
Back to top
View user's profile Send private message
nutan

New User


Joined: 27 Jan 2006
Posts: 26

PostPosted: Fri Jan 27, 2006 4:14 pm
Reply with quote

Hi,
My IEBGENER utility is working properly . I made some changes into it and some settings also . JCL code is :

Code:

//JOB1 JOB ACNT
//STEP1 EXEC PGM=IEBGENER
//SYSUT1 DD DSN=MFUSER.PROJECTS.NUTAN.SYSUT1,DISP=(SHR,CATLG,CATLG)
//SYSUT2 DD DSN=MFUSER.PROJECTS.NUTAN.SYSUT2,DISP=(SHR,CATLG,CATLG)
//SYSPRINT DD SYSOUT=*
/*
//


regards ,
Nutan
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 REASON 00D70014 in load utility DB2 6
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts Any JCL or VSAM Utility to get number... JCL & VSAM 1
No new posts DATA SET LIST UTILITY screen TSO/ISPF 6
No new posts Which SORT utility can improve the Pe... DFSORT/ICETOOL 16
Search our Forums:

Back to Top