More correctly,

- Every variable is initialized at least once.
- A DS without INZ is initialized to blanks
- a local variable with STATIC is initialized only once
- global variables, which by nature are static, can be reinitialized
by the cycle.

Charles

On Tue, Oct 20, 2009 at 12:32 PM, Rory Hewitt <roryhewitt@xxxxxxxxx> wrote:
As has been pointed out in the past, fields and DS's in the D-specs are
automatically initialized, *unless* you specify the STATIC keyword (only
valid for procedure variables). Therefore, from a performance standpoint, I
tend to declare very large DS's etc. as STATIC and then explicitly
initialize them immediately prior to their use. That way, if the DS isn't
actually used every time the procedure is called, it won't be needlessly
initialized.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2025 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.