|
I don't' really know what the programs David works on pertain to, but there
is another purpose of Static.
In my environment, we process millions of records in batch. A procedure
could then be called a million times or more within the life of a job.
There are times when I will make local variables static so all the stuff
that happens under the covers for a non-static local variable every time the
procedure is called won't have to happen. I only do this when the procedure
doesn't rely on the procedure to initialize the variable (i.e. the procedure
will always set the value of the local variable in the calc specs (generally
condition-based) before it is used).
-Kurt Anderson
As an Amazon Associate we earn from qualifying purchases.
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.