next up previous contents
Next: VALIDATE Up: SYSERR Previous: Parameters

Examples

Example 1 : Adding an error of 13.45% to a dataset with no existing variance. The OVER parameter is used to force overwriting.

ICL> SYSERR orig2 13.45 over
SYSERR Version 1.0-1
Input dataset is DISK$USER1:[DJA.ASTERIX]ORIG2.SDF;1
Data object is of type SIMP
No variance array present - new array created.
Example 2 : Adding an error of 6.7% to the same dataset as above, but creating a new output file.
ICL> SYSERR ORIG2 6.7 NEWDATA
SYSERR Version 1.0-1
Input dataset is DISK$USER1:[DJA.ASTERIX]ORIG2.SDF;1
Output dataset :-
  File: DISK$USER1:[DJA.ASTERIX]NEWDATA.SDF;1
Data object is of type SIMP


Web Master
Tue Oct 7 10:18:50 BST 1997