Re: Reset data
- From: Howard Brazee <howard@xxxxxxxxxx>
- Date: Mon, 26 Feb 2007 08:38:00 -0700
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.
.
- Follow-Ups:
- Re: Reset data
- From: Pete Dashwood
- Re: Reset data
- References:
- Reset data
- From: Mitch Steens
- Reset data
- Prev by Date: Re: Help! GO TO and PERFORM THRU!
- Next by Date: Acucobol and DB2
- Previous by thread: Re: Reset data
- Next by thread: Re: Reset data
- Index(es):
Relevant Pages
|