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 

sqlcode -419

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


Joined: 12 Oct 2004
Posts: 78
Topics: 39

PostPosted: Fri Mar 13, 2009 11:13 am    Post subject: sqlcode -419 Reply with quote

sorry, i don't understand. i have db2 8.0 compiler and i got -419
Code:

           EXEC SQL SELECT SUM(NVME * NVME) / SUM(NVME)
                         , SUM(NVRE * NVME) / SUM(NVME)
                         , SUM(PREN * NVME) / SUM(NVME)
                         , SUM(PRIN * NVME) / SUM(NVME)
                         , SUM(PREL * NVME) / SUM(NVME)
                         , SUM(PRIL * NVME) / SUM(NVME)
                         , SUM(NDUR * NVME) / SUM(NVME)


what does it mean?
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


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

PostPosted: Fri Mar 13, 2009 11:20 am    Post subject: Reply with quote

enge,

1. Click on "quick manuals" on top of this page
2. Click on "DB2 V8 Messages and Codes" manual under DB2
3. Click on on top of that page
4. In the search box type -419 and click search
5. Click on the first hit you get and read it carefully

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
dbzTHEdinosauer
Supermod


Joined: 20 Oct 2006
Posts: 1411
Topics: 26
Location: germany

PostPosted: Fri Mar 13, 2009 11:21 am    Post subject: Reply with quote

if all you ever have is positive numbers, then try:
change:
/SUM(NVME)

to:
/SUM(ABS(NVME))
_________________
Dick Brenholtz
American living in Varel, Germany
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