S522 with TAPE unit



IBM's flagship relational database management system

S522 with TAPE unit

Postby mukerjr » Fri Dec 05, 2008 7:32 pm

I am having abend s522 problem.My jcl is as follows

//YCD900P JOB (YCD9,P),'ONREQ IC CD',
// MSGCLASS=P,CLASS=7,REGION=0M,COND=(4,LT)
//*
//PROCLIB JCLLIB ORDER=(APPL.PFIX.PROCLIB,
// APPL.PROD.PROCLIB)
//*
//SETEM INCLUDE MEMBER=PRODY
//*
//INCJLIB INCLUDE MEMBER=JLIBAPP
//*
//STEP10 EXEC SDBCOPYP,
// DB2SYS=&DB2,
// DB2LOAD=PROD,
// FPFX=SPND,
// UID='YCD900P',
// UTPROC='NEW/RESET'
//*
//SYSIN DD DSN=SPN.DB2.&DBENV..PARMLIB(YCD900I1),DISP=SHR

YCD900I1 IS HAVING THE FOLLOWING


OUTPUT TAPEOU1 UNIT CART RETPD 30
STACK YES
DSNAME SPND.IMAGECP.&DB.&TS(+4) CATLG YES
MODELDCB NMC.DSCB BUFNO 40

OUTPUT TAPEOU2 UNIT CARTE RETPD 90
STACK YES
DSNAME SPND.DR1.IMAGECP.&DB.&TS(+4) CATLG YES
MODELDCB NMC.DSCB BUFNO 40

COPY TABLESPACE CDB001.*
FULL YES
SHRLEVEL REFERENCE
QUIESCE BEFORE
RESETMOD NO
COPYDDN (TAPEOU1) RECOVERYDDN (TAPEOU2)

I THINK IT IS AN TAPE ISSUE.CAN ANYONE TELL ME WHAT TO DO.DO I NEED TO RESTART FRO ABENDED STEP OR ANY OTHER THING IS TO BE DONE?
In spool i found the following message
IEF450I YCD900P SDBCOPYP STEP10 - ABEND=S522 U0000 REASON=00000000 697
OPS1370H INIT X'0000' X'0401' X'0200' NONE 300 IEF450I YCD900P SDBCOPYP STEP10 - ABEND=S522
..
NDC101I YCD900P STEP10 SDBCOPYP *S522 2486K 10812K .7 REASON=00000000


wHAT IS THIS REASON 0000000 MEANS
PLEASE DO ASSIST ME IN THIS MATTER.
COPY FROM CDB001.CDB060 HAS NOT TAKEN PLACE.
SO WHAT SHUD I DO?
mukerjr
 
Posts: 6
Joined: Thu Nov 27, 2008 1:16 pm
Has thanked: 0 time
Been thanked: 0 time

Re: S522

Postby Bill Dennis » Fri Dec 05, 2008 7:59 pm

Why do you think it might be tape?

Did you look up the meaning for a S522 abend? Abend codes can be found here http://publibz.boulder.ibm.com/epubs/pdf/iea2h781.pdf

Check it out and then reply back.
Regards,

Bill Dennis

Disclaimer: My comments on this forum are my own and do not represent the opinions or suggestions of any other person or business entity.
Bill Dennis
 
Posts: 278
Joined: Thu May 15, 2008 9:45 pm
Has thanked: 0 time
Been thanked: 0 time

Re: S522 with TAPE unit

Postby dick scherrer » Sat Dec 06, 2008 10:25 am

Hello,

If this is still a problem, you need to post the complete diagnostic info presented at the time of the abend. There was more shown than the bit you posted.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to DB2