Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DB2-Save, Abend A13-18 #4

31 views
Skip to first unread message

Guido Jacobs

unread,
Aug 12, 1998, 3:00:00 AM8/12/98
to
Hello all over there,

hope I don't bore you with my question. Here's the JCL, but only the part I
guess is interesting,
because it is a JCL-Proc:
SYSCOPY2 spans 2 Vols, SYSCOPY7 spans 2 Vols, step S120 fails with A13-18,
why not S100?

//S100 EXEC PGM=DSNUTILB,PARM='DB2&DB2Q,IMAGCOP1,&UTPROC',
// REGION=4M
//STEPLIB DD DSN=SYSB.W030.DB2.DSNLOAD,DISP=SHR
//SYSCOPY1 DD DSN=&PROJ..ATMS0035.B52CD001.WRSTA01P(+1),DISP=(,CATLG),
// UNIT=&UNIT,VOL=(,RETAIN),LABEL=(1,SL),
// DCB=(GDG,BLKSIZE=28676,BUFNO=50)
//SYSCOPY2 DD DSN=&PROJ..ATMS0035.B52CD001.WRSTB01P(+1),DISP=(,CATLG),
// UNIT=AFF=SYSCOPY1,LABEL=(2,SL),
// VOL=(,RETAIN,REF=*.S100.SYSCOPY1),
// DCB=(GDG,BLKSIZE=28676,BUFNO=50)
//SYSCOPY3 DD DSN=&PROJ..ATMS0035.B52CD001.WRSTC01P(+1),DISP=(,CATLG),
// UNIT=AFF=SYSCOPY2,LABEL=(3,SL),
// VOL=(,RETAIN,REF=*.S100.SYSCOPY2),
// DCB=(GDG,BLKSIZE=28676,BUFNO=50)
//S110 EXEC PGM=DSNUTILB,PARM='DB2&DB2Q,IMAGCOP2,&UTPROC',
// REGION=4M
//STEPLIB DD DSN=SYSB.W030.DB2.DSNLOAD,DISP=SHR
//SYSCOPY4 DD DSN=&PROJ..ATMS0035.B52CD001.WRSTD01P(+1),DISP=(,CATLG),
// VOL=(,RETAIN,REF=*.S100.SYSCOPY3),
// LABEL=(4,SL),DCB=(GDG,BLKSIZE=28676,BUFNO=50)
//S120 EXEC PGM=DSNUTILB,PARM='DB2&DB2Q,IMAGCOP3,&UTPROC',
// REGION=4M
//STEPLIB DD DSN=SYSB.W030.DB2.DSNLOAD,DISP=SHR
//SYSCOPY5 DD DSN=&PROJ..ATMS0035.B52CD001.WRSTE01P(+1),DISP=(,CATLG),
// VOL=(,RETAIN,REF=*.S110.SYSCOPY4),
// LABEL=(5,SL),DCB=(GDG,BLKSIZE=28676,BUFNO=50)
//SYSCOPY6 DD DSN=&PROJ..ATMS0035.B52CD001.WRSTF01P(+1),DISP=(,CATLG),
// UNIT=AFF=SYSCOPY5,VOL=(,RETAIN,REF=*.SYSCOPY5),
// LABEL=(6,SL),DCB=(GDG,BLKSIZE=28676,BUFNO=50)
//SYSCOPY7 DD DSN=&PROJ..ATMS0035.B52CD001.WRSTG01P(+1),DISP=(,CATLG),
// UNIT=AFF=SYSCOPY6,VOL=(,RETAIN,REF=*.SYSCOPY6),
// LABEL=(7,SL),DCB=(GDG,BLKSIZE=28676,BUFNO=50)
//SYSCOPY8 DD DSN=&PROJ..ATMS0035.B52CD001.WRSTH01P(+1),DISP=(,CATLG),
// UNIT=AFF=SYSCOPY7,VOL=(,RETAIN,REF=*.SYSCOPY7),
// LABEL=(8,SL),DCB=(GDG,BLKSIZE=28676,BUFNO=50)
//SYSCOPY9 DD DSN=&PROJ..ATMS0035.B52CD001.WRSTI01P(+1),DISP=(,CATLG),
// UNIT=AFF=SYSCOPY8,VOL=(,RETAIN,REF=*.SYSCOPY8),
// LABEL=(9,SL),DCB=(GDG,BLKSIZE=28676,BUFNO=50)
etc.etc.

.

Guido Jacobs

unread,
Aug 12, 1998, 3:00:00 AM8/12/98
to
Hello all over there,

..

.

Leopoldo Conchello

unread,
Aug 12, 1998, 3:00:00 AM8/12/98
to
Guido,

Your are missing " UNIT=AFF=ddname " in SYSCOPY4 and SYSCOPY5. That will
probably make a difference.

Leo

Robert Hall

unread,
Aug 12, 1998, 3:00:00 AM8/12/98
to
Here's a long shot....but you aren't referring to the fully qualified
proc.step.ddname in your referbacks in step 120, starting with the SYSCOPY6
ddname (you are missing the *.s120.syscopy5 for SYSCOPY6). I've had JCL
like this work for months until just the right combination of tape spanning
comes along, the it abends.

Good luck!
Robert

********************************
Reply to:

Rober...@occ.treas.gov
-------------
Original Text
From: "Guido Jacobs" <duerr_...@westlb.de>, on 8/12/98 10:57 AM:
To: SMTP@DC2@OCC[<DB...@american.edu>]

Leopoldo Conchello

unread,
Aug 12, 1998, 3:00:00 AM8/12/98
to
Guido,

Your are missing " UNIT=AFF=ddname " in SYSCOPY4 and SYSCOPY5. That will
probably make a difference.

Leo


Guido Jacobs wrote:

..

.

Robert Hall

unread,
Aug 12, 1998, 3:00:00 AM8/12/98
to
Here's a long shot....but you aren't referring to the fully qualified
proc.step.ddname in your referbacks in step 120, starting with the SYSCOPY6
ddname (you are missing the *.s120.syscopy5 for SYSCOPY6). I've had JCL
like this work for months until just the right combination of tape spanning
comes along, the it abends.

Good luck!
Robert

********************************
Reply to:

Rober...@occ.treas.gov
-------------
Original Text
From: "Guido Jacobs" <duerr_...@westlb.de>, on 8/12/98 10:57 AM:
To: SMTP@DC2@OCC[<DB...@american.edu>]

Hello all over there,

Guido Jacobs

unread,
Aug 12, 1998, 3:00:00 AM8/12/98
to
Hello all over there,

....

...

..

.

Hilton Tina

unread,
Aug 13, 1998, 3:00:00 AM8/13/98
to
If none of the other suggestions are working, please answer this question.
At what point in step S120 does it fail? You mention syscopy7. Is that the
one it fails on or is it one of the others? And, how many volumes have been
used when the abend occurs. It sounds like 4, but I wasn't sure.

Tina

Hilton Tina

unread,
Aug 13, 1998, 3:00:00 AM8/13/98
to
UNIT=AFF can only point to a previous dd in the same step. SYSCOPY4 and
SYSCOPY5, being the first dd in their steps don't have anything to point
back to.

AFF=ddname

requests that the system allocate data sets residing on
different, removable volumes to the same device - the ddname
given is an earlier ddname in the same job step;

Tina

> -----Original Message-----
> From: Leopoldo Conchello [SMTP:lco...@USWEST.COM]
> Sent: Wednesday, August 12, 1998 1:55 PM
> To: DB...@AMERICAN.EDU
> Subject: Re: DB2-Save, Abend A13-18 #4
>
> Guido,
>
> Your are missing " UNIT=AFF=ddname " in SYSCOPY4 and SYSCOPY5. That will
> probably make a difference.
>
> Leo
>
>
> Guido Jacobs wrote:
>

Hilton Tina

unread,
Aug 13, 1998, 3:00:00 AM8/13/98
to

AFF=ddname

Tina

.

Hilton Tina

unread,
Aug 13, 1998, 3:00:00 AM8/13/98
to
If none of the other suggestions are working, please answer this question.
At what point in step S120 does it fail? You mention syscopy7. Is that the
one it fails on or is it one of the others? And, how many volumes have been
used when the abend occurs. It sounds like 4, but I wasn't sure.

Tina

> -----Original Message-----
> From: Guido Jacobs [SMTP:duerr_...@WESTLB.DE]
> Sent: Wednesday, August 12, 1998 9:57 AM
> To: DB...@AMERICAN.EDU
> Subject: DB2-Save, Abend A13-18 #4
>

> ..

.

Hilton Tina

unread,
Aug 13, 1998, 3:00:00 AM8/13/98
to

Tina

..

.

Hilton Tina

unread,
Aug 13, 1998, 3:00:00 AM8/13/98
to
UNIT=AFF can only point to a previous dd in the same step. SYSCOPY4 and
SYSCOPY5, being the first dd in their steps don't have anything to point
back to.

AFF=ddname

requests that the system allocate data sets residing on
different, removable volumes to the same device - the ddname
given is an earlier ddname in the same job step;

Tina

> -----Original Message-----
> From: Leopoldo Conchello [SMTP:lco...@USWEST.COM]
> Sent: Wednesday, August 12, 1998 1:55 PM
> To: DB...@AMERICAN.EDU
> Subject: Re: DB2-Save, Abend A13-18 #4
>
> Guido,
>
> Your are missing " UNIT=AFF=ddname " in SYSCOPY4 and SYSCOPY5. That will
> probably make a difference.
>
> Leo
>
>
> Guido Jacobs wrote:
>

> > // L¥R©T*òJ¥SL),DCB=(GDG,BLKSIZE=28676,BUFNO=50)

Hilton Tina

unread,
Aug 13, 1998, 3:00:00 AM8/13/98
to
If none of the other suggestions are working, please answer this question.
At what point in step S120 does it fail? You mention syscopy7. Is that the
one it fails on or is it one of the others? And, how many volumes have been
used when the abend occurs. It sounds like 4, but I wasn't sure.

Tina

> -----Original Message-----
> From: Guido Jacobs [SMTP:duerr_...@WESTLB.DE]
> Sent: Wednesday, August 12, 1998 9:57 AM
> To: DB...@AMERICAN.EDU
> Subject: DB2-Save, Abend A13-18 #4
>

> // LABEL=(5,SL),DCB=(GDG,BLKSIZE=28676,BUFNO=50)


> //SYSCOPY6 DD DSN=&PROJ..ATMS0035.B52CD001.WRSTF01P(+1),DISP=(,CATLG),
> // UNIT=AFF=SYSCOPY5,VOL=(,RETAIN,REF=*.SYSCOPY5),
> // LABEL=(6,SL),DCB=(GDG,BLKSIZE=28676,BUFNO=50)
> //SYSCOPY7 DD DSN=&PROJ..ATMS0035.B52CD001.WRSTG01P(+1),DISP=(,CATLG),
> // UNIT=AFF=SYSCOPY6,VOL=(,RETAIN,REF=*.SYSCOPY6),
> // LABEL=(7,SL),DCB=(GDG,BLKSIZE=28676,BUFNO=50)
> //SYSCOPY8 DD DSN=&PROJ..ATMS0035.B52CD001.WRSTH01P(+1),DISP=(,CATLG),
> // UNIT=AFF=SYSCOPY7,VOL=(,RETAIN,REF=*.SYSCOPY7),
> // LABEL=(8,SL),DCB=(GDG,BLKSIZE=28676,BUFNO=50)
> //SYSCOPY9 DD DSN=&PROJ..ATMS0035.B52CD001.WRSTI01P(+1),DISP=(,CATLG),
> // UNIT=AFF=SYSCOPY8,VOL=(,RETAIN,REF=*.SYSCOPY8),
> // LABEL=(9,SL),DCB=(GDG,BLKSIZE=28676,BUFNO=50)
> etc.etc.
>
> ..

...

..

.

0 new messages