If you
are using a shared file system for the SASWORK libraries created by
each SAS grid session, each SASWORK subdirectory must have a unique
name. The default method used by SAS to generate unique work directories
does not maintain unique directories across grid nodes.
To ensure
unique work directory names across grid nodes, you can add a machine
name component to the
-work
parameter in
the Grid Command field of the Grid Server metadata definition. Alternatively,
you could include the parameters in the sasgrid.cmd file (on Windows)
or the sasgrid file (on UNIX).
An example
command is
-work S:\SASWork\%COMPUTERNAME%
.
An example
invocation line is:
“C:\Program Files\SAS\SASFoundation\9.2\sas.exe”
%SASCFGPATH% %SASCFGLOGFILE% -dmr -nologo -noterminal -nosyntaxcheck -icon -work . -sasuser -ipaddress -metaautoresources “SASApp”
%SASUSERARGS% -work S:\SASWork\%COMPUTERNAME%