SAS Safety Scalable Performance Data Server 4.5 사용자 설명서

다운로드
페이지 271
     LIBNAME test sasspds 'tmp'
       server=serverNode.spdsname
       user='anonymous';
In addition, you should verify that the row level integrity LIBNAME assignment works
correctly:
     LIBNAME testrl sasspds 'tmp'
       server=serverNode.port
       user='anonymous' locking=YES;
When you verify these statements, you confirm the connectivity between the SAS client
and the SPD Server environment. Successfully performing these LIBNAME
assignments means that the network configuration is correct and that most of the SPD
Server configuration is correct.
Substitute serverNode with the node name that runs the SPD Server environment that
you want to test. This is the node that invokes rc.spds. The test assumes the temporary
LIBNAME definition in the sample libnames.parm file was not changed during
installation.
Watch the SAS log for error messages. You might see failures to properly one or more
required SPD Server components. Examples of common error messages are displayed.
If you receive one of the following error messages, check your -PATH option to confirm
that the directory in which you installed SAS components is correctly set:
ERROR:    Protocol version mismatch. Proxy version
          is 4.5 while engine version is 3.x.
ERROR:    Module TEST not found  in search paths.
ERROR:    Error in the LIBNAME or FILENAME
          statement.
If you receive the following (or similar) error message describing failures to access
messages, check your -SASMSG option and confirm that the directory in which you
installed SPD Server components is properly set:
ERROR: unable to access message 608.108
If the attempted connection to the SPD Server hangs for several minutes, check the -
PATH option and confirm that the directory in which you installed SAS components
is correctly set. The spds45 client component directory needs to be at the beginning of
the path option.
3. Once every LIBNAME is assigned, you can further verify by running the sample SAS
program, 
InstallDir/samples/verify.sas
. Submit the SAS command to
execute the program:
%include 'InstallDir/samples/verify.sas'/source2;  
This test exercises many features of the SPD Server LIBNAME engine and proxy, and
verifies your installation configuration. The test performs a sequence of DATA and
PROC steps using a generated data set. It checks the results expected from various
DATA step queries. If any query fails to produce the expected result, the SAS job is
terminated. The job verify.sas requires that the SAS librefs TEST and TESTRL are
assigned as shown in Step 2.
Testing Your SPD Server Installation Using SAS
25