SAS on URSA

Submitting SAS jobs

Create/submit/monitor your jobs via the EnginFrame portal (link to the actual portal opens in a new window)

Create a submission script and submit your job via LoadLeveler. A sample script is attached:

Submission Script

An updated submission script for SAS 9.2:


#!/bin/ksh
# @ error = default.$(jobid).err
# @ output = default.$(jobid).out
# @ environment = MP_SHARED_MEMORY=yes; COPY_ALL
# @ class = dev_small
# @ job_type = parallel
# @ env_copy = all
######################################################
# @ initialdir = /gpfs/home/jklc/sastest
######################################################
# @ restart = no
# @ node = 1
# @ tasks_per_node = 1
# @ resources = ConsumableCpus? (4)
# @ queue
export OMP_NUM_THREADS= 4
######################################################
######################################################
/gpfs/common/apps/SAS/SAS_9.2/SASFoundation/9.2/bin/sas_en /gpfs/home/jklc/sastest/sort1.sas -cpucount 4 -threads -memsize 256M -sortsize 128M


Please replace the colored elements with values suitable for your job. Note that the number of CPUs (cores) appears three times in the script (blue color). This script is for a job with 4 CPUs. So, the number 4 is on the "@resources = ConsumableCpus? " line, on the "export OMP_NUM_THREADS" line, and on the last line as the -cpucount parameter for the sas command. Please, refer to URSA and LoadLeveler documentation for more detailed information. If you need help with creating customized submission scripts, please contact the research computing staff via HelpDesk.

Available SAS products

List of SAS products available on URSA:

Operating System: AIX 64 .
Product expiration dates:
---Base Product 30JUN2009
---SAS/STAT 30JUN2009
---SAS/GRAPH 30JUN2009
---SAS/ETS 30JUN2009
---SAS/FSP 30JUN2009
---SAS/OR 30JUN2009
---SAS/AF 30JUN2009
---SAS/IML 30JUN2009
---SAS/QC 30JUN2009
---SAS/SHARE 30JUN2009
---SAS/LAB 30JUN2009
---SAS/ASSIST 30JUN2009
---SAS/CONNECT 30JUN2009
---SAS/INSIGHT 30JUN2009
---SAS/EIS 30JUN2009
---SAS/GIS 30JUN2009
---SAS/SPECTRAVIEW 30JUN2009
---SAS/SHARE*NET 30JUN2009
---MDDB Server common products 30JUN2009
---SAS Integration Technologies 30JUN2009
---SAS/Secure 168-bit 30JUN2009
---SAS Bridge for ESRI 30JUN2009
---OR OPT 30JUN2009
---OR PRS 30JUN2009
---OR IVS 30JUN2009
---OR LSO 30JUN2009
---SAS/ACCESS Interface to DB2 30JUN2009
---SAS/ACCESS Interface to ORACLE 30JUN2009
---SAS/ACCESS Interface to SYBASE 30JUN2009
---SAS/ACCESS Interface to PC Files 30JUN2009
---SAS/ACCESS Interface to ODBC 30JUN2009
---SAS/ACCESS Interface to INFORMIX 30JUN2009
---SAS/ACCESS Interface to Teradata 30JUN2009
---SAS/ACCESS Interface to Microsoft SQL Server 30JUN2009
---SAS/ACCESS Interface to MYSQL 30JUN2009
---PRODNUM550 30JUN2009

-- JaroKlc - 16 Oct 2008

Topic attachments
I Attachment Action Size Date Who Comment
txttxt sas_smp.txt manage 0.7 K 05 May 2009 - 21:45 JaroKlc Submission Script for SAS 9.2 (SMP - Multiple CPUs) May 2009
txttxt sas_submit.txt manage 0.7 K 05 May 2009 - 21:37 JaroKlc Sample submission script
Topic revision: r2 - 05 May 2009 - 21:53:54 - JaroKlc
 
This site is powered by the TWiki collaboration platformCopyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback