View previous topic :: View next topic |
Author |
Message |
tempuser Beginner
Joined: 05 Oct 2005 Posts: 28 Topics: 20 Location: INDORE
|
Posted: Tue Jul 17, 2007 10:14 am Post subject: IEBGENER error IEB351I I/O ERROR ,any clue ? |
|
|
Hi,
I saw a job which is giving the IEB351I I/O ERROR while runnnig it.The JOB is
Code: |
//PS020 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSUT1 DD DSN=XXX.YYY.ZZZ,
// DISP=SHR
// DD DSN=XXX.KKK.ZZZZ,
// DISP=SHR
//SYSUT2 DD DUMMY
//SYSIN DD DUMMY
|
This is a production job,I am not sure what the intention of the job to be in cycle.This job is givnig the return code of 12 and the SYSPRINT message is showing the error.
IEB351I I/O ERROR ,xxxxC,PS020 ,6A1C,D,SYSUT1 ,READ ,WRNG.LEN.RECORD,000000B1000000,BSAM.
Any idea how to fix this one.?
The SYSUT1 files are FB with record length of 80.It's a PDS.
Thanks
Tempuser |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Jul 17, 2007 10:19 am Post subject: |
|
|
Quote: |
The SYSUT1 files are FB with record length of 80.It's a PDS.
|
You canNOT copy the entire PDS with IEBGENER. You either to supply the member name or use IEBCOPY
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
bprasanna Beginner
Joined: 05 Sep 2003 Posts: 119 Topics: 33 Location: Hyderabad
|
Posted: Tue Jul 17, 2007 1:21 pm Post subject: |
|
|
Thank you Kolusu!
Have a good day!
Regards
Tempuser _________________ ----------------
Thanks&Regards
Bprasanna |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Tue Jul 17, 2007 11:56 pm Post subject: |
|
|
Just a little confused as to why the output would be DD DUMMY _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
|
|