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 

How to insert Hex value into Binary(Bit) in a DB2 program
Goto page Previous  1, 2
 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
kolusu
Site Admin
Site Admin


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

PostPosted: Wed May 30, 2007 2:34 pm    Post subject: Reply with quote

Quote:

am trying to present my issue here and get the answer.

Not to point to any one. This just a discussion forum.

There is no rule that every idea/thought is correct idea/thought.

suggala_r,

I did not want to argue here. Every column information is stored in sysibm.syscolumns catalog table on the mainframe. Do a select on the table and see it your self
Code:

SELECT *                       
  FROM SYSIBM.SYSCOLUMNS       
 WHERE TBNAME = 'your table name'


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


Joined: 07 Nov 2004
Posts: 12
Topics: 2

PostPosted: Wed May 30, 2007 2:51 pm    Post subject: Reply with quote

Thanks for the query.

from the query, the value in Column Foreignkey is 'B'.
_________________
Raghu
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 
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