SAS® High-Performance Analytics: SAS Operational Qualification (SAS OQ) Tests
Prerequisites for running SAS Operational Qualification (SAS OQ) tests for SAS High-Performance Analytics:
- The appropriate client should be configured according to the instructions in the SAS High-Performance Analytics 12.1: User’s Guide.
- The distributed computing appliance should be configured according to the instructions in the SAS High-Performance Analytics 12.1: User’s Guide.
- Download and unzip the file HPAOQTEST.zip onto the client.
- Unzip and extract all the files into a directory that is visible to the SAS installation on the client.
- In the file hpainit.sas, configure the following parameters for your appliance-specific information:
- %let GRIDHOST=<YOUR SITE-SPECIFIC APPLIANCE HOST HERE>;
- %let GRIDINSTALLLOC=<YOUR SITE-SPECIFIC INSTALL DIRECTORY HERE>;
- %let ENGINE=<YOUR SITE-SPECIFIC APPLIANCE: TERADATA or GREENPLM or SASHDAT>;
- %let USER=<YOUR SITE-SPECIFIC DATABASE USER ID>;
- %let PASSWORD=<YOUR SITE-SPECIFIC DATABASE PASSWORD>;
- %let DATABASE=<YOUR SITE-SPECIFIC DATABASE NAME>;
- Enter for GRIDDATASERVER only if using a Teradata appliance:
- %let GRIDDATASERVER= <YOUR SITE-SPECIFIC TERADATA DATASERVER>;
- Enter for SCHEMA only if using a Greenplum appliance:
- %let SCHEMA=<YOUR SITE-SPECIFIC SCHEMA IF GREENPLUM APPLIANCE>;
- Enter for HDFS_PATH only if using sashdat:
- %let HDFS_PATH= <YOUR SITE-SPECIFIC HDFS path>;
- In the file hpasasoq.sas, configure the directory into which all the test files were extracted in step 4:
- %let testdir=<site_specific_location_where_tests_have_been_saved>;
- Run the program hpasasoq.sas from a Display Manager System (DMS) screen or with a SAS command-line option.
- Results: A note that SAS Operational Qualification (SAS OQ) tests passed is printed in the log, indicating that all the SAS High-Performance Analytics procedures are
operational in the installation.