Importing and Calculating a Data Sample File

Suppose you need a file that:

The following script file does the job:

LOGIN "Poplar" "TomT" "Password";
SELECT "Sample" "Basic";
DISABLELOGIN;
IMPORT 2 "ACTUALS" 4 "Y" 2 "ACTUAL" "N";
CALCDEFAULT;
ENABLELOGIN;
EXIT;

On Windows, this script file, sample1.scr, is available in \ARBORPATH\APP\SAMPLE\BASIC. On UNIX, Sample.scr is in /$ARBORPATH/app/Sample/Basic.