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



Partly right - non-varying length fields ARE contiguous as far as I can remember. There are pointers of a sort to an auxiliary space for data longer than the allocated length of varying length fields.

We also need to be careful about NOT saying a field has a NULL value - NULL is NOT a value - it is a state, an attribute - that is why SQL has the test WHERE FIELD IS NULL - not WHERE FIELD = NULL

Are we having fun yet?

Vern

-------------- Original message ----------------------
From: "Michael Naughton" <michael_naughton@xxxxxxxxxxxx>
This is just a guess, but I know in other systems when a field has a value of
"null" it basically means the field doesn't exist. IIRC, the iSeries doesn't
store fields in records contiguously, necessarily; instead, it puts them
wherever and then uses
pointers to locate them. Might a field with a null value be a field with no
pointer (i.e. the iSeries hasn't yet allocated any storage space for it)? In
which case, how would you update it -- where would the value go? Initializing
the field to a default
value then means that it _has_ been created, and therefore it can be updated.

Just a guess . . .

Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx> writes:
Riddle me this...I was trying to update a record using the RPG UPDATE
opcode. I first tried the %Fields parm (which I usually use), and the
fields weren't being updated. So I took off the %Fields - no change. I
had specified H AlwNull(*UsrCtl), which I thought would allow me to do
as I pleased with a null field. It wasn't until is set the fields that
I was trying to update to their default values (zeros, blanks) that I
was able to programmatically update the fields that contained a null.
Is this WAD or am I missing something? Thanks...


Mike Naughton
Senior Programmer/Analyst
Judd Wire, Inc.
124 Turnpike Road
Turners Falls, MA 01376
413-863-4357 x444
mnaughton@xxxxxxxxxxxx
****************************************
NOTICE: This e-mail and any files transmitted with it are confidential and
solely for the use of the intended recipient. If you are not the intended
recipient or the person responsible for delivering to the intended recipient, be
advised that any use is
strictly prohibited. If you have received this e-mail in error, please notify us
immediately by replying to it and then delete it from your computer.

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