×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




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.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.