× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: RE: null capable fields
  • From: Buck Calabro <mcalabro@xxxxxxxxxxxx>
  • Date: Thu, 9 Sep 1999 13:57:05 -0400

Joep,
There is a bit of confusion floating about as to how NULL works.  One cannot
set the value of VAR to NULL.  The value of VAR is independent of the null
indicator.  One can set the value of VAR to 10 and also set the null
indicator to NULL.  In effect, VAR would be NULL and 10 at the same time.
It's up to your program to test for the NULL indicator separately from
testing the value of the variable.

As you said, this can lead to some interesting IF THEN ELSE constructs, but
usually, a test for NULL precedes (and supercedes) the value comparisons, so
it's more like a CASE then a complex IF THEN clause.

Buck Calabro
Aptis; Albany, NY
mailto:Buck.Calabro@aptissoftware.com

> -----Original Message-----
> From: Joep Beckeringh 
> Sent: Wednesday, September 08, 1999 7:01 PM
> To:   RPG400-L@midrange.com
> Subject:      Re: null capable fields
> 
> ----- Oorspronkelijk bericht -----
> Van: McCallion, Martin <MccalliM@Midas-Kapiti.com>
> 
>  <snip>
> > Oh.  Thanks.  I thought it must be much more complex than that.
>  <snip>
> 
> Oh, but it is, as soon as you get into boolean logic.  Normally, the
> expression 'var > 10' is easily understood.  It is TRUE for all values of
> var greater than 10 and FALSE for 10 and lower.  But what if var is NULL?
> Is the expression TRUE, FALSE or maybe something like UNDEFINED or NULL?
> And if it is FALSE, does that mean that the opposite, 'var <= 10' is TRUE?
> Leads to some interesting IF - THEN - ELSE constructs, especially if you
> combine some expressions.
> 
+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---


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-2024 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.