Re: Reset data
- From: "Pete Dashwood" <dashwood@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 28 Feb 2007 14:26:16 +1300
"Howard Brazee" <howard@xxxxxxxxxx> wrote in message
news:chv5u214c3r2strckf1h2r8msh9pv42ne5@xxxxxxxxxx
On Mon, 26 Feb 2007 10:13:41 +0100, "Mitch Steens" <M.Steens@xxxxxxx>
wrote:
I have the following datatype:
03 tabelle.
05 occurs 9.
07 occurs 9.
10 elem.
12 elem-a pic 9.
12 elem-b pic 9.
How can I reset the datatype, so that no value is set?
What do you mean by "no value". This is space in the computer
memory. Whatever happens to be in memory is a "value", whether or
not if it is a valid value.
One thing I sometimes do in a program with such a table (especially if
some of the variables are packed or binary), is to create an
initialization table. If I need to reinitialize the table, I just
MOVE ZERO-TABLE to TABELLE.
Again, something I don't understand.
How would the result of doing that (taking twice as much storage as you
actually need, and running the risk of forgetting to update one of the
tables when the structure changes) differ from...
INITIALIZE TABELLE ?
Pete.
.
- Follow-Ups:
- Re: Reset data
- From: Howard Brazee
- Re: Reset data
- From: William M. Klein
- Re: Reset data
- From: Arnold Trembley
- Re: Reset data
- References:
- Reset data
- From: Mitch Steens
- Re: Reset data
- From: Howard Brazee
- Reset data
- Prev by Date: Re: Reset data
- Next by Date: Re: Help! GO TO and PERFORM THRU!
- Previous by thread: Re: Reset data
- Next by thread: Re: Reset data
- Index(es):
Relevant Pages
|