help!
Bleza, Joyce
Joyce.Bleza@bartoncotton.com
Tue, 18 Jan 2000 12:23:28 -0500
I'm using VEDIT as tool in my PC.
-----Original Message-----
From: Deskin, Bob [mailto:Bob.Deskin@Cognos.COM]
Sent: Tuesday, January 18, 2000 12:15 PM
To: 'Powerhouse List'
Subject: RE: help!
Ask the vendor exactly what the bit contents of the 3 byte field is supposed
to be. And what do they mean by "binary type". Is this an INTEGER field?
What's the PowerHouse or even the IMAGE equivalent? Once we know that we can
set the bit pattern appropriately. And where does the value show as NULL?
Bob Deskin
PowerHouse Web Product Manager and Senior Product Advisor
Application Development Tools, Cognos Inc.
bob.deskin@cognos.com (613) 738-1338 ext 4205 FAX: (613) 228-3149
3755 Riverside Drive P.O. Box 9707 Stn. T, Ottawa ON K1G 4K9 CANADA
-----Original Message-----
From: Bleza, Joyce [mailto:Joyce.Bleza@bartoncotton.com]
Sent: January 18, 2000 11:34 AM
To: 'Deskin, Bob'; 'Powerhouse List'
Subject: RE: help!
Hi Bob,
I'm using HP3000/957 and 7.29.C9 version of quiz. What I'm trying to
accomplish is to send the file out to a vendor and they ask me for an item
that is a binary type with 3 length and initialize to zero. Your sample
work, but it showing it as a NULL value not a zero.
I did tried:
DEFINE X INT SIZE 4 = 0
DEFINE Y CHAR*3 = CHARACTERS(X)[2:3]
Any other idea(s).........
Thank You.
-----Original Message-----
From: Deskin, Bob [mailto:Bob.Deskin@Cognos.COM]
Sent: Tuesday, January 18, 2000 9:54 AM
To: 'Powerhouse List'
Subject: RE: help!
What platform are you on? Not sure if this is what you're after but... If
you're trying to get Binary data into an item of length 3, you can use the
CHARACTERS function. Set an INTEGER SIZE 4 to hold the bit pattern you want
and then use the CHARACTERS function like this:
DEFINE X INT SIZE 4 = << value >>
DEFINE Y CHAR*3 = CHARACTERS(X)[2:3]
Bob Deskin
PowerHouse Web Product Manager and Senior Product Advisor
Application Development Tools, Cognos Inc.
bob.deskin@cognos.com (613) 738-1338 ext 4205 FAX: (613) 228-3149
3755 Riverside Drive P.O. Box 9707 Stn. T, Ottawa ON K1G 4K9 CANADA
-----Original Message-----
From: Bleza, Joyce [mailto:Joyce.Bleza@bartoncotton.com]
Sent: January 18, 2000 9:44 AM
To: 'Powerhouse List'
Subject: help!
Can somebody out there help in Defining an item that is a Binary type and
with the length of 3?
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.