Re: IEC145I 413-18 error

2010-10-26 Thread Wang Xiaobing
Norbert, 

thanks. that is the reason..

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IEC145I 413-18 error

2010-10-26 Thread Norbert Friemel
On Tue, 26 Oct 2010 09:32:49 -0500, Wang Xiaobing wrote:

>Thanks for reply..
>That's what I can not understand with..
>
>>If you're just creating the dataset, why does Image Copy think it's for input?
>

It's not a "normal" copy-job, it's a restart of a copy-job that abended (see
msg "DSNU021I  -DD17 DSNUGASU - COPY UTILITY WITH UTILID = XREF ENDED IN
PHASE = COPY, WILL ATTEMPT TO RESTART(CURRENT) " in your output).

The DISP-parameter should be (MOD,CATLG,CATLG).

Read the manual:
http://publib.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/dsnugj19/2.9.2.5.2?SHELF=&DT=20100531082212
&
http://publib.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/dsnugj19/2.2.5.1?SHELF=&DT=20100531082212

Norbert Friemel

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IEC145I 413-18 error

2010-10-26 Thread Wang Xiaobing
Thanks for reply..
That's what I can not understand with..

>If you're just creating the dataset, why does Image Copy think it's for input?


Wang Xiaobing.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IEC145I 413-18 error

2010-10-26 Thread Vernooij, CP - SPLXM
"Ted MacNEIL"  wrote in message
news:<1888448853-1288095264-cardhu_decombobulator_blackberry.rim.net-933
5095...@bda506.bisx.prod.on.blackberry>...
> >IEC145I 413-
> 18,IFG0194A,IMGCOP3,IMGCOPY,SYSCOPY1,07CA,,BACKUPP1.SIT2CBS.IMG.TS
> XREF.MON2314.M0930
> 
> >Would you pls advise..thanks a lot.
> 
> My first piece of advice is look up what the message means.
> 
> You make no implication as to whether you did or not.
> -
> I'm a SuperHero with neither powers, nor motivation!
> Kimota!

Did you? I did and was rather puzzled by the explanation.

Kees.

For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt. 
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IEC145I 413-18 error

2010-10-26 Thread Johnny Luo
Hi, Xiaobing,

http://www-01.ibm.com/support/docview.wss?uid=swg1PQ99304




User ran DB2 COPY or COPYTOCOPY utility on a list of
objects and defined their output datasets with a template
specifying UNIT TAPE, STACK YES, and with a disposition of
KEEP (uncataloged).  The job abended and was restarted by
the user.  The restarted job abended with ABEND413
(Open failure) or a similar abend.


It gives some hints: the first job abended and the disposition will be
uncatalog. But for a re-submit, as the apar says:

Upon restart of an abended COPY or COPYTOCOPY job where
uncataloged output datasets are used, the volumes in use
for the current object at the time of the abend must be

specified for the restarted job.

Best Regards,
Johnny Luo


On Tue, Oct 26, 2010 at 8:37 PM, Wang Xiaobing  wrote:

> Thanks Ted for you reply..
>
> IEC145I 413-18 form IBM manual means:
> The specified data set was opened for input, but no volume serial number
> was
> specified on the DD statement. A recovery attempt request may be specified
> in the DCB ABEND exit routine.
>
> But the dataset is new create, the DD statement code as following:
>
> //SYSCOPY1 DD DSN=BACKUPP1.SIT2CBS.IMG.TSXREF.MON2314.M0930,VOL=
> (,,,255),UNIT=VTAPE,LABEL=(1,SL),RETPD=7,SPACE=(CYL,
> (100,300),RLSE),DISP=(NEW,CATLG,DELETE)
>
> I do not think the volume serial have to be specified...
>
> This error does not occured everytime when we submit the IMGCOPY jcl, after
> error, resubmit may ok.
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IEC145I 413-18 error

2010-10-26 Thread Wang Xiaobing
Thanks, mace.

I think the IDI0078E means the IEC145I 413-18 error occured, Fault Analyzer 
detected the error, and then try to record it in fault history file, but no 
Write 
access allowed.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IEC145I 413-18 error

2010-10-26 Thread Luo XingKui
Hi, Xiaobing,

http://www-01.ibm.com/support/docview.wss?uid=swg1PQ99304




User ran DB2 COPY or COPYTOCOPY utility on a list of
objects and defined their output datasets with a template
specifying UNIT TAPE, STACK YES, and with a disposition of
KEEP (uncataloged).  The job abended and was restarted by
the user.  The restarted job abended with ABEND413
(Open failure) or a similar abend.


It gives some hints: the first job abended and the disposition will be
uncatalog. But for a re-submit, as the apar says:

Upon restart of an abended COPY or COPYTOCOPY job where
uncataloged output datasets are used, the volumes in use
for the current object at the time of the abend must be

specified for the restarted job.

 Regards,
Luo XingKui (罗兴魁)
Bayshore Consulting & Services Co.,Ltd
百硕同兴科技(北京)有限公司
MP  : 1391-0669-765
Mail: luo...@bayss.com
Web : www.bayss.com



On Tue, Oct 26, 2010 at 8:37 PM, Wang Xiaobing  wrote:

> Thanks Ted for you reply..
>
> IEC145I 413-18 form IBM manual means:
> The specified data set was opened for input, but no volume serial number
> was
> specified on the DD statement. A recovery attempt request may be specified
> in the DCB ABEND exit routine.
>
> But the dataset is new create, the DD statement code as following:
>
> //SYSCOPY1 DD DSN=BACKUPP1.SIT2CBS.IMG.TSXREF.MON2314.M0930,VOL=
> (,,,255),UNIT=VTAPE,LABEL=(1,SL),RETPD=7,SPACE=(CYL,
> (100,300),RLSE),DISP=(NEW,CATLG,DELETE)
>
> I do not think the volume serial have to be specified...
>
> This error does not occured everytime when we submit the IMGCOPY jcl, after
> error, resubmit may ok.
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IEC145I 413-18 error

2010-10-26 Thread Veilleux, Jon L
Why are you specifying space for a tape dataset?

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Wang Xiaobing
Sent: Tuesday, October 26, 2010 8:37 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: IEC145I 413-18 error

Thanks Ted for you reply..

IEC145I 413-18 form IBM manual means:
The specified data set was opened for input, but no volume serial number was 
specified on the DD statement. A recovery attempt request may be specified in 
the DCB ABEND exit routine.  

But the dataset is new create, the DD statement code as following:

//SYSCOPY1 DD DSN=BACKUPP1.SIT2CBS.IMG.TSXREF.MON2314.M0930,VOL=
(,,,255),UNIT=VTAPE,LABEL=(1,SL),RETPD=7,SPACE=(CYL,
(100,300),RLSE),DISP=(NEW,CATLG,DELETE)

I do not think the volume serial have to be specified...

This error does not occured everytime when we submit the IMGCOPY jcl, after 
error, resubmit may ok.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at 
http://bama.ua.edu/archives/ibm-main.html
This e-mail may contain confidential or privileged information. If
you think you have received this e-mail in error, please advise the
sender by reply e-mail and then delete this e-mail immediately.
Thank you. Aetna   

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IEC145I 413-18 error

2010-10-26 Thread Ted MacNEIL
>The specified data set was opened for input, but no volume serial number was 
specified on the DD statement. >A recovery attempt request may be specified. in 
the DCB ABEND exit routine.  

>But the dataset is new create, the DD statement code as following:

Then you've got a conflict.
If you're just creating the dataset, why does Image Copy think it's for input?


-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IEC145I 413-18 error

2010-10-26 Thread Wang Xiaobing
Thanks Ted for you reply..

IEC145I 413-18 form IBM manual means:
The specified data set was opened for input, but no volume serial number was 
specified on the DD statement. A recovery attempt request may be specified 
in the DCB ABEND exit routine.  

But the dataset is new create, the DD statement code as following:

//SYSCOPY1 DD DSN=BACKUPP1.SIT2CBS.IMG.TSXREF.MON2314.M0930,VOL=
(,,,255),UNIT=VTAPE,LABEL=(1,SL),RETPD=7,SPACE=(CYL,
(100,300),RLSE),DISP=(NEW,CATLG,DELETE)

I do not think the volume serial have to be specified...

This error does not occured everytime when we submit the IMGCOPY jcl, after 
error, resubmit may ok.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IEC145I 413-18 error

2010-10-26 Thread Lizette Koehler
> Luo,
> 
> No any mount message...
> 
> Attached pls find the job log...thanks..
> 
>  23.16.26 JOB98181  MONDAY,25 OCT 2010 
>  23.16.26 JOB98181  IRR010I  USERID BAAP033  IS ASSIGNED TO THIS JOB.
>  23.18.10 JOB98181  ICH70001I BAAP033  LAST ACCESS AT 23:18:04 ON
> MONDAY, OCTOBER 25, 2010
>  23.18.10 JOB98181  $HASP373 IMGCOP3  STARTED - INIT 2- CLASS D -
> SYS CT15
>  23.18.10 JOB98181  IEF403I IMGCOP3 - STARTED - TIME=23.18.10
>  23.18.10 JOB98181  - --TIMINGS
> (MINS.)--
> PAGING COUNTS---
>  23.18.10 JOB98181  -JOBNAME  STEPNAME PROCSTEPRC   EXCPCPU
> SRB  CLOCK   SERV  PG   PAGE   SWAPVIO SWAPS STEPNO
>  23.18.10 JOB98181  -IMGCOP3  XREF GENCARD 00
> 45.00.00.00503   0  0  0  0 0 1
>  23.18.11 JOB98181  IEC145I 413-
> 18,IFG0194A,IMGCOP3,IMGCOPY,SYSCOPY1,07CA,,BACKUPP1.SIT2CBS.IMG.TS
> XREF.MON2314.M0930
>  23.18.11 JOB98181  IDI0001I Fault Analyzer V9R1M0 (UK54591 2010/02/24)
> invoked by IDIXDCAP using ADIBM.FA910.PARMLIB(IDICNF00)
>  23.18.12 JOB98181  IDI0078E Open of fault history file
> ADIBM.FA710.HIST failed because: MVS SAF check shows no Write access
> allowed
>  23.18.12 JOB98181  IDI0053I Fault history file entry suppressed due
> to:
> History file access error
>  23.18.12 JOB98181  IDI0002I Module IGC0001I offset X'14290': Abend
> S413- X'18'
>  23.18.12 JOB98181  IEA995I SYMPTOM DUMP OUTPUT  630
> 630 SYSTEM COMPLETION CODE=413  REASON CODE=0018
> 630  TIME=23.18.11  SEQ=03611  CPU=  ASID=003A
> 630  PSW AT TIME OF ERROR  075C1000   80DC0292  ILC 2
> INTC
> 0D
> 630NO ACTIVE MODULE FOUND
> 630NAME=UNKNOWN
> 630DATA AT PSW  00DC028C - 41003B9A  0A0D41F0
> 38C256F0
> 630AR/GR 0: 9BD72C66/00DC0574   1:
> /A4413000
> 630  2: /001C76A8   3:
> /00DBF9DA
> 630  4: 00010003/008C2410   5:
> /008C27A4
> 630  6: /008C274C   7:
> 00010003/008C27A4
> 630  8: /008C276C   9:
> /008C4E40
> 630  A: /00DC1414   B:
> /00DC2B1C
> 630  C: /80DC2BFC   D:
> /008C26D0
> 630  E: /80DBFB12   F:
> /0018
> 630  END OF SYMPTOM DUMP
>  23.18.12 JOB98181  IEA848I DUMP SUPPRESSED - ABDUMP MAY NOT DUMP
> STORAGE FOR KEY 0-7 JOB IMGCOP3
>  23.18.12 JOB98181  IEA848I INSTALLATION PREDUMP EXIT, IDIXDCAP,
> SUPPRESSED THE DUMP REQUEST
>  23.18.13 JOB98181  IEF450I IMGCOP3 IMGCOPY XREF - ABEND=S413 U
> REASON=0018  634
> 634 TIME=23.18.13
>  23.18.13 JOB98181  -IMGCOP3  XREF IMGCOPY  *S413
> 1999.00.00.05  13507   0  0  0  0 0 2
>  23.18.13 JOB98181  IEF404I IMGCOP3 - ENDED - TIME=23.18.13
>  23.18.13 JOB98181  -IMGCOP3  ENDED.  NAME- TOTAL
> CPU
> TIME=   .00  TOTAL ELAPSED TIME=   .05
>  23.18.13 JOB98181  $HASP395 IMGCOP3  ENDED
> 

If you look up the IEC145I you get
413-18
The specified data set was opened for input, but no volume serial number
was specified on the DD statement. A recovery attempt request may be
specified in the DCB ABEND exit routine.

Your JCL shows
52 XXSYSCOPY1 DD DSN=&TPREFIX..&PREFIX..IMG.TS&TABLE..&DATE,
00020001
   XX VOL=(,,,255),UNIT=VTAPE,LABEL=(1,SL),RETPD=7,
00030002
   XX SPACE=(CYL,(100,300),RLSE),DISP=(NEW,CATLG,DELETE)
00050002
   IEFC653I SUBSTITUTION JCL -
DSN=BACKUPP1.SIT2CBS.IMG.TSXREF.MON2314.M0930,VOL=(,,,255),UNIT=VTAPE,LABEL=
(1,
   SL),RETPD=7,SPACE=(CYL,(100,300),RLSE),DISP=(NEW,CATLG,DELETE)

It is possible that if you got the security to the Fault Analyzer it would
tell you exactly what you need for this problem.
   23.18.12 JOB98181  IDI0078E Open of fault history file ADIBM.FA710.HIST
failed because: MVS SAF check shows no Write access allowed

Why do you have Label=(1,SL) coded yet you also have SPACE coded?  Is this
TAPE or a DASD dataset?  If TAPE, I would remove the SPACE= parms that are
used by DASD

Lizette

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IEC145I 413-18 error

2010-10-26 Thread Larry Macioce
Looks like a racf (or what ever security you are using) error:

IDI0078E Open of fault history file ADIBM.FA710.HIST failed because: MVS 
SAF check shows no Write access allowed
mace

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IEC145I 413-18 error

2010-10-26 Thread Wang Xiaobing
Luo,

No any mount message...

Attached pls find the job log...thanks..

 23.16.26 JOB98181  MONDAY,25 OCT 2010 
 23.16.26 JOB98181  IRR010I  USERID BAAP033  IS ASSIGNED TO THIS JOB.
 23.18.10 JOB98181  ICH70001I BAAP033  LAST ACCESS AT 23:18:04 ON 
MONDAY, OCTOBER 25, 2010
 23.18.10 JOB98181  $HASP373 IMGCOP3  STARTED - INIT 2- CLASS D - 
SYS CT15
 23.18.10 JOB98181  IEF403I IMGCOP3 - STARTED - TIME=23.18.10
 23.18.10 JOB98181  - --TIMINGS 
(MINS.)--
PAGING COUNTS---
 23.18.10 JOB98181  -JOBNAME  STEPNAME PROCSTEPRC   EXCPCPU
SRB  CLOCK   SERV  PG   PAGE   SWAPVIO SWAPS STEPNO
 23.18.10 JOB98181  -IMGCOP3  XREF GENCARD 00 
45.00.00.00503   0  0  0  0 0 1
 23.18.11 JOB98181  IEC145I 413-
18,IFG0194A,IMGCOP3,IMGCOPY,SYSCOPY1,07CA,,BACKUPP1.SIT2CBS.IMG.TS
XREF.MON2314.M0930
 23.18.11 JOB98181  IDI0001I Fault Analyzer V9R1M0 (UK54591 2010/02/24) 
invoked by IDIXDCAP using ADIBM.FA910.PARMLIB(IDICNF00)
 23.18.12 JOB98181  IDI0078E Open of fault history file ADIBM.FA710.HIST 
failed because: MVS SAF check shows no Write access allowed
 23.18.12 JOB98181  IDI0053I Fault history file entry suppressed due to: 
History file access error
 23.18.12 JOB98181  IDI0002I Module IGC0001I offset X'14290': Abend S413-
X'18'
 23.18.12 JOB98181  IEA995I SYMPTOM DUMP OUTPUT  630
630 SYSTEM COMPLETION CODE=413  REASON CODE=0018
630  TIME=23.18.11  SEQ=03611  CPU=  ASID=003A
630  PSW AT TIME OF ERROR  075C1000   80DC0292  ILC 2  INTC 
0D
630NO ACTIVE MODULE FOUND
630NAME=UNKNOWN
630DATA AT PSW  00DC028C - 41003B9A  0A0D41F0  38C256F0
630AR/GR 0: 9BD72C66/00DC0574   1: /A4413000
630  2: /001C76A8   3: /00DBF9DA
630  4: 00010003/008C2410   5: /008C27A4
630  6: /008C274C   7: 00010003/008C27A4
630  8: /008C276C   9: /008C4E40
630  A: /00DC1414   B: /00DC2B1C
630  C: /80DC2BFC   D: /008C26D0
630  E: /80DBFB12   F: /0018
630  END OF SYMPTOM DUMP
 23.18.12 JOB98181  IEA848I DUMP SUPPRESSED - ABDUMP MAY NOT DUMP 
STORAGE FOR KEY 0-7 JOB IMGCOP3
 23.18.12 JOB98181  IEA848I INSTALLATION PREDUMP EXIT, IDIXDCAP, 
SUPPRESSED THE DUMP REQUEST
 23.18.13 JOB98181  IEF450I IMGCOP3 IMGCOPY XREF - ABEND=S413 U 
REASON=0018  634
634 TIME=23.18.13
 23.18.13 JOB98181  -IMGCOP3  XREF IMGCOPY  *S413   
1999.00.00.05  13507   0  0  0  0 0 2
 23.18.13 JOB98181  IEF404I IMGCOP3 - ENDED - TIME=23.18.13
 23.18.13 JOB98181  -IMGCOP3  ENDED.  NAME- TOTAL CPU 
TIME=   .00  TOTAL ELAPSED TIME=   .05
 23.18.13 JOB98181  $HASP395 IMGCOP3  ENDED

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
1 J E S 2  J O B  L O G  --  S Y S T E M  C T 1 5  --  
N O D E  N 1  
0 
 23.16.26 JOB98181  MONDAY,25 OCT 2010 
 23.16.26 JOB98181  IRR010I  USERID BAAP033  IS ASSIGNED TO THIS JOB.
 23.18.10 JOB98181  ICH70001I BAAP033  LAST ACCESS AT 23:18:04 ON MONDAY, 
OCTOBER 25, 2010
 23.18.10 JOB98181  $HASP373 IMGCOP3  STARTED - INIT 2- CLASS D - SYS CT15
 23.18.10 JOB98181  IEF403I IMGCOP3 - STARTED - TIME=23.18.10
 23.18.10 JOB98181  - --TIMINGS 
(MINS.)--PAGING COUNTS---
 23.18.10 JOB98181  -JOBNAME  STEPNAME PROCSTEPRC   EXCPCPUSRB  
CLOCK   SERV  PG   PAGE   SWAPVIO SWAPS STEPNO
 23.18.10 JOB98181  -IMGCOP3  XREF GENCARD 00 45.00.00
.00503   0  0  0  0 0 1
 23.18.11 JOB98181  IEC145I 
413-18,IFG0194A,IMGCOP3,IMGCOPY,SYSCOPY1,07CA,,BACKUPP1.SIT2CBS.IMG.TSXREF.MON2314.M0930
 23.18.11 JOB98181  IDI0001I Fault Analyzer V9R1M0 (UK54591 2010/02/24) invoked 
by IDIXDCAP using ADIBM.FA910.PARMLIB(IDICNF00)
 23.18.12 JOB98181  IDI0078E Open of fault history file ADIBM.FA710.HIST failed 
because: MVS SAF check shows no Write access allowed
 23.18.12 JOB98181  IDI0053I Fault history file entry suppressed due to: 
History file access error
 23.18.12 JOB98181  IDI0002I Module IGC0001I offset X'14290': Abend S413-X'18'
 23.18.12 JOB98181  IEA995I SYMPTOM DUMP OUTPUT  630
630 SYSTEM COMPLETION CODE=413  REASON CODE=0018
630  TIME=23.18.11  SEQ=03611  CPU=  ASID=003A
630  PSW AT TIME OF ERROR  075C1000   80DC0

Re: IEC145I 413-18 error

2010-10-26 Thread Ted MacNEIL
>IEC145I 413-
18,IFG0194A,IMGCOP3,IMGCOPY,SYSCOPY1,07CA,,BACKUPP1.SIT2CBS.IMG.TS
XREF.MON2314.M0930

>Would you pls advise..thanks a lot.

My first piece of advice is look up what the message means.

You make no implication as to whether you did or not.
-
I'm a SuperHero with neither powers, nor motivation!
Kimota!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IEC145I 413-18 error

2010-10-26 Thread Johnny Luo
Hi, Xiaobing,

Can you give the mount message in job log and the full  jcl dd statement?

Thanks.

Best Regards,
Johnny Luo


On Tue, Oct 26, 2010 at 5:41 PM, Wang Xiaobing  wrote:

> Hello list,
>
> We use DFRMM and STK VSM,when we run DB2 IMGCOPY job to backup data
> to tapelib, sometime there are IEC145I errors occured as following:
>
> IEC145I 413-
> 18,IFG0194A,IMGCOP3,IMGCOPY,SYSCOPY1,07CA,,BACKUPP1.SIT2CBS.IMG.TS
> XREF.MON2314.M0930
>
> Would you pls advise..thanks a lot.
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


IEC145I 413-18 error

2010-10-26 Thread Wang Xiaobing
Hello list,

We use DFRMM and STK VSM,when we run DB2 IMGCOPY job to backup data 
to tapelib, sometime there are IEC145I errors occured as following:

IEC145I 413-
18,IFG0194A,IMGCOP3,IMGCOPY,SYSCOPY1,07CA,,BACKUPP1.SIT2CBS.IMG.TS
XREF.MON2314.M0930

Would you pls advise..thanks a lot.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html