MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Abend While Loading the DB2 table

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
monaco
Beginner


Joined: 20 May 2004
Posts: 77
Topics: 31

PostPosted: Thu Oct 21, 2004 6:12 am    Post subject: Abend While Loading the DB2 table Reply with quote

Hi all,

we are trying to load dato using SYSPUNCH but we find an error:
Code:

IEA705I ERROR DURING GETMAIN SYS CODE = 878-10 RSA076A CUADRE 00             
IEA705I 00F5ED00 008FB2C0 008FB2C0 00001600 00088540                         
IEA995I SYMPTOM DUMP OUTPUT  515                                             
SYSTEM COMPLETION CODE=878  REASON CODE=00000010                             
 TIME=12.38.54  SEQ=00571  CPU=0000  ASID=003A                               
 PSW AT TIME OF ERROR  070C1000   81296B68  ILC 2  INTC 0D                   
   NO ACTIVE MODULE FOUND                                                     
   NAME=UNKNOWN                                                               
   DATA AT PSW  01296B62 - 902C18F8  0A0D98DC  D0088910                       
   GR 0: 81296B56   1: 84878000                                               
      2: 00000004   3: 00F5ED00                                               
      4: 7FF16000   5: 00000005                                               
      6: 00000000   7: 00000878                                               
      8: 00000010   9: 01296BA4                                               
      A: 00000000   B: 00000000                                               
      C: 81296B56   D: 7FF16008                                               
      E: 81296B56   F: 00000010                                               
 END OF SYMPTOM DUMP                                                         
IEA848I DUMP SUPPRESSED - ABDUMP MAY NOT DUMP STORAGE FOR KEY 0-7 JOB RSA076A
IEF450I RSA076A CUADRE - ABEND=S878 U0000 REASON=00000010  518               
        TIME=12.38.56                                                         
-                                                --TIMINGS (MINS.)--         
-JOBNAME  STEPNAME PROCSTEP    RC   EXCP   CONN    TCB    SRB  CLOCK   SERV  P
-RSA076A  CUADRE            *S878    126    221    .00    .00     .0    315   


The JCL we use for dowloading is:
Code:

//RSA0761  JOB (PD0,6),'DESCAR1',NOTIFY=RSA076,         
//             CLASS=A,MSGCLASS=A,MSGLEVEL=(1,1)         
//********************************                       
//* UNLOAD PROMOTION DATA        *                       
//* KTPM94T FROM ORIGIN          *                       
//********************************                       
//STEP3  EXEC PGM=IKJEFT01,DYNAMNBR=20,COND=(4,LT)       
//SYSTSPRT DD SYSOUT=*                                   
//SYSTSIN DD *                                           
  DSN SYSTEM(AISE)                                       
  RUN PROGRAM(DSNTIAUL) PLAN(DSNTIB61) PARM('SQL')-     
      LIB('AISE.RUNLIB.LOAD')                           
//SYSPRINT DD SYSOUT=*                                   
//SYSUDUMP DD SYSOUT=Z                                   
//SYSREC00 DD DSN=AISUK.AIS3PRO.D041020.CUADRE,         
//            UNIT=SYSDA,SPACE=(CYL,(1,1),RLSE),         
//            DISP=(NEW,CATLG,DELETE),VOL=SER=AIS001     
//SYSPUNCH DD DSN=AISUK.AIS3PRO.D041020.CUADRE.SYSPUNCH,
//            UNIT=SYSDA,SPACE=(TRK,(1,1),RLSE),         
//            DISP=(NEW,CATLG,DELETE),VOL=SER=AIS001     
//SYSIN    DD *                                         
  SELECT * FROM AIS3PRO.CUADRE     ;                     
/*                                                       

And the JCL for loading is:
//RSA076A  JOB (PD0,6),'KAETEAT',NOTIFY=RSA076,                 
//             CLASS=A,MSGCLASS=A,MSGLEVEL=(1,1)                 
//CUADRE         EXEC PGM=DSNUTILB,PARM='AISE,TR1,',COND=(4,LT) 
//STEPLIB  DD  DSN=DB2N.CECN.DSNLOAD,DISP=SHR                   
//SORTOUT  DD UNIT=3390,SPACE=(CYL,(100,10),,,ROUND)             
//SORTWK01 DD UNIT=3390,SPACE=(CYL,(1,1),,,ROUND)               
//SORTWK02 DD UNIT=3390,SPACE=(CYL,(1,1),,,ROUND)               
//SORTWK03 DD UNIT=3390,SPACE=(CYL,(1,1),,,ROUND)               
//SORTWK04 DD UNIT=3390,SPACE=(CYL,(1,1),,,ROUND)               
//SYSDISC  DD UNIT=3390,SPACE=(CYL,(1,1),,,ROUND)               
//SYSERR   DD UNIT=3390,SPACE=(CYL,(1,1),,,ROUND)               
//SYSMAP   DD UNIT=3390,SPACE=(CYL,(1,1),,,ROUND)               
//SYSUT1   DD UNIT=3390,SPACE=(CYL,(1,1),,,ROUND)               
//SYSPRINT DD SYSOUT=*                                           
//SYSUDUMP DD SYSOUT=Z                                           
//SYSTSPRT DD SYSOUT=*                                           
//UTPRINT  DD SYSOUT=*                                           
//SYSREC00 DD DSN=AISUK.AIS3PRO.D041020.CUADRE,DISP=(OLD,KEEP)   
//SYSIN    DD DSN=AISUK.AIS3PRO.D041020.CUADRE.SYSPUNCH,         
//            DISP=SHR                                           
/*                                                      /*       

It seems a problems with the format of SYSPUNCH by the DB2 utilities is the one who dicides its format.

Could you help me?
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12359
Topics: 75
Location: San Jose

PostPosted: Thu Oct 21, 2004 7:50 am    Post subject: Reply with quote

Monaco,

Please post the questions with approriate titles. I had to edit the topic title as you had your name as the title. Try adding REGION parameter on the CUADRE Step.

Code:

REGION=2M


Since your Load job failed , you need to terminate the utility before you can re-run the job.

Check for a sample JCL for terminating the load utility in this topic

http://www.mvsforums.com/helpboards/viewtopic.php?t=630&highlight=term

Hope this helps...

Cheers

Kolusu
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
monaco
Beginner


Joined: 20 May 2004
Posts: 77
Topics: 31

PostPosted: Thu Oct 21, 2004 9:25 am    Post subject: Reply with quote

Thanks Kolusu.
Sorry about the title.

Thanks a million.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group