GROOVY Procedure

ADD Command

Syntax

Required Arguments

classpath options
can be one of the following:
CLASSPATH=
specifies a quoted CLASSPATH string or a fileref to a specific jar file that is to be added to the current classpath. This path is searched after the paths that are in the user’s CLASSPATH environment variable.
Alias:PATH=
SASJAR=<version=> | <range=>
specifies a quoted string that identifies a jar in the Versioned Jar Repository (VJR) that should be added to the current classpath. The VERSION and RANGE values are optional. RANGE takes precedence over VERSION, as in the following example:
ADD SASJAR="sas.core";
ADD SASJAR="sas.core" version="903000.9.0.20100810190000_v930";
ADD SASJAR="sas.core" range="[0,909000]";
Note: SAS jars do not have a source compatibility guarantee across versions of SAS. Future versions of this jar can change without notice. To ensure continued functionality, contact SAS Technical Support.

Details

The ADD command appends the given classpath to the current CLASSPATH environment variable.
You must specify at least one CLASSPATH or one SASJAR. You can specify multiple CLASSPATHs or SASJARs.