View previous topic :: View next topic |
Author |
Message |
arvibala Beginner
Joined: 12 Feb 2008 Posts: 142 Topics: 67
|
Posted: Wed Oct 13, 2010 1:53 am Post subject: Run Time Abend when Running DB2 Stored Procedure |
|
|
Hi,
I have a DB2 Stored Procedure, STORPROC. I compiled and did a Bind.
A Program STORPGM1 which called this SP and I have compiled and did a Bind too.
It was working fine. But suddenly when I made change to SP, I am getting below error when I run.
SYSOUT
Code: |
IGZ0153S Program STTBD110 was compiled with a level of the compiler that require
Environment.
The traceback information could not be determined. |
SYSTSPRT
Code: |
ACF0C038 ACF2 LOGONID ATTRIBUTES HAVE REPLACED DEFAULT USER ATTRIBUTES
READY
DSNECP00 SYSTEM(DBB0)
DSNECP00
RUN PROGRAM(STTBD110) PLAN(SKPBXFER)
DSNECP00 ENDED DUE TO ERROR+
USER ABEND CODE 4038 REASON CODE 0000001
|
Can someone guide me here? _________________ Arvind
"You can make a difference with your smile. Have that with you always" |
|
Back to top |
|
|
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
Posted: Wed Oct 13, 2010 4:11 am Post subject: Re: Run Time Abend when Running DB2 Stored Procedure |
|
|
arvibala wrote: | But suddenly when I made change to SP, I am getting below error when I run. | So do you bind it again, then? _________________ Regards,
Anuj |
|
Back to top |
|
|
arvibala Beginner
Joined: 12 Feb 2008 Posts: 142 Topics: 67
|
Posted: Wed Oct 13, 2010 6:33 am Post subject: |
|
|
Yes .. I did .... _________________ Arvind
"You can make a difference with your smile. Have that with you always" |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
|
|