gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [open-cobol-list] Firebird 1.5 gpre problems


From: stefan
Subject: Re: [open-cobol-list] Firebird 1.5 gpre problems
Date: Wed Jun 2 11:18:02 2004

Ok, I've got partial success. 
 
Connect to DB : works 
exec sql translation : works (with warnings) 
retrieving data : works 
 
Changing the configuration from big-endian (default !) to native does the 
trick. 
 
Also I changed the statement record generation from comp-x to S9(9) 
 
but now a general question 
 
declaring a 
 
03 ISC-1-12 PIC S9(9) USAGE COMP VALUE IS 1095631872. 
 
genearates internal a 4 byte number but warns with "data size exceeds ..." 
 
changing to S9(10) uses internal more than 4 bytes. 
 
What declaration should I use to have internal 4 bytes but no warning ? 
What I'm looking for is the cobol construct for a unsigned long or DWORD. 
 
any ideas 
 
Stefan 
 

 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]