Reset data



Hello,

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?

Thanks a lot!

Best regards,

Mitch


.



Relevant Pages

  • Re: Reset data
    ... Pete Dashwood wrote: ... 10 elem. ... How can I reset the datatype, so that no value is set? ... MOVE ALL ZERO TO TABELLE. ...
    (comp.lang.cobol)
  • Re: Reset data
    ... How can I reset the datatype, so that no value is set? ... MOVE ALL ZERO TO TABELLE. ... for a single parameter and a series of ASCII characters being moved to ...
    (comp.lang.cobol)
  • Re: Reset data
    ... 10 elem. ... How can I reset the datatype, so that no value is set? ... MOVE ALL ZERO TO TABELLE. ...
    (comp.lang.cobol)
  • Re: Reset data
    ... Mitch Steens wrote: ... 10 elem. ... How can I reset the datatype, so that no value is set? ... MOVE ALL ZERO TO TABELLE. ...
    (comp.lang.cobol)
  • Re: Reset data
    ... How can I reset the datatype, so that no value is set? ... Whatever happens to be in memory is a "value", ... MOVE ZERO-TABLE to TABELLE. ...
    (comp.lang.cobol)