Much appreciated
This message was sent from my BlackBerry
My BlackBerry number is 631 880 8640
----- Original Message -----
From: CRPence [CRPbottle@xxxxxxxxx]
Sent: 05/07/2010 03:59 PM EST
To: midrange-l@xxxxxxxxxxxx
Subject: Re: Need to create a view over a physical file - but I don't want to - but I have to
FWiW: For a portion of the expression in a recent post, which I
have included at the end of this message as quoted text, I suggest
that there is a /more appropriate/ expression. Consider for
example, the revision shown here:
Case when substr(hex(substr(CFRE1A, 1, 3)), 6, 1) IN ('D', 'B')
then -1 /* 0xD & 0xB as nibbles represent BCD negative */
else 1 /* 0xA, 0xC, 0xE, 0xF nibbles are BCD positive */
/* expression ignores bad decimal data for an invalid sign */
end
Case when substr(hex(substr(CFRE1A, 1, 3)), 6, 1) = 'F'
then 1
else -1
end
Regards, Chuck
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.