View previous topic :: View next topic
|
Author |
Message |
sm_2009
New User
Joined: 10 May 2009 Posts: 72 Location: bangalore
|
|
|
|
hi all i have displayed ws-msg-sqlcode after a select query. the table is empty, but i am getting 50J as ws-msg-sqlcode.
pls suggest possible reasons and where i can have a second look. |
|
Back to top |
|
|
dbzTHEdinosauer
Global Moderator
Joined: 20 Oct 2006 Posts: 6966 Location: porcelain throne
|
|
|
|
here is a little table so that you can convert the zone-decimal numbers
and determine you SQLCODE
Code: |
dec char
0 {
1 A
2 B
3 C
4 D
5 E
6 F
7 G
8 H
9 I
-0 }
-1 J
-2 K
-3 L
-4 M
-5 N
-6 O
-7 P
-8 Q
-9 R |
minus zero corrected |
|
Back to top |
|
|
sm_2009
New User
Joined: 10 May 2009 Posts: 72 Location: bangalore
|
|
|
|
hey thanks a lot |
|
Back to top |
|
|
Terry Heinze
JCL Moderator
Joined: 14 Jul 2008 Posts: 1248 Location: Richfield, MN, USA
|
|
|
|
One small correction to Dick's table: } is a -0, not just a 0.
table corrected. |
|
Back to top |
|
|
|