18.08.2013 Views

LINC Programming Reference Manual - Public Support Login - Unisys

LINC Programming Reference Manual - Public Support Login - Unisys

LINC Programming Reference Manual - Public Support Login - Unisys

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ON.CHANGE (OCH)<br />

continued<br />

Routine Name Abbreviation Description<br />

MINIMUM; MIN; Smallest value<br />

SUM.SQUARES; SSQ; Sum of the squares of the values<br />

MEAN.SQUARES; MSQ; Average of the squares of the values<br />

VARIANCE; VAR; Variance of the values<br />

STD.DEVIATION; STD; Standard deviation of the values<br />

When using the ON.CHANGE; statistical routines, internal working storage variables are<br />

generated in the Report where necessary, to store the intermediate values for some of the<br />

calculations.<br />

These variables are of a fixed size. If the magnitude of the data used when running the<br />

Report exceeds this size, runtime calculation errors can occur. The internal variable<br />

number and usage are shown in the following table.<br />

Routine Name Routine Number Used to Store the ...<br />

MAXIMUM; 1 Maximum value found<br />

MINIMUM 2 Minimum value found<br />

VARIANCE; 3 Sum of the squares of the data<br />

4 Sum of the data<br />

5 Count of the data items<br />

STD.DEVIATION; 6 Sum of the squares of the data<br />

7 Sum of the data<br />

8 Count of the data items<br />

AVERAGE; 9 Count of the data items<br />

MEAN.SQUARES; 10 Count of the data items<br />

These internal variable routine numbers listed in the above table and the variable size for<br />

each host are shown in the following table.<br />

1-190 v

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!