Four tips to remember when you contact SAS Technical Support


Here are four tips to remember when you contact SAS Technical Support for assistance. These tips help make your support experience run smoothly and enable us to assist you as quickly and efficiently as possible. You can contact SAS Technical Support by clicking here. If you are located outside the U.S., visit our international contact page to find the contact information for your local SAS office.

Tip #1: Always describe your environment

All inquiries to SAS Technical Support should include basic information to help us understand your environment. Please include the following:

%put &sysvlong; 
%put &sysscpl; 
PROC SETINIT;
RUN;

Your site number is listed at the top of the output in your SAS log. Sometimes, you can find the site number by clicking Help ► About

Tip #2: Be as detailed as possible when you describe your issue

Technical Support defines a "problem" as a "situation in which an expected level of performance is not being achieved." If you encounter a problem, start by answering the question "What is wrong with what?" The answer to this question is a good statement to use as the subject of your submission. Here are several examples: "New user cannot log on to SAS Enterprise Guide" or "PROC SQL generates error message xxxx."

Provide details that will help us understand the specifics of the problem. Consider providing answers to these questions:

options fullstimer source source2 msglevel=i mprint notes; 
    options sastrace=",,,ds" sastraceloc=saslog nostsuffix;
    proc options;
    run; 
    libname _all_ list;
      /*  your program goes here  */
 

Save the SAS log to a file and send it as an attachment.

Tip #3: Attach supporting documentation

Tip #4: Describe any steps that you have taken to resolve the problem yourself

If you have already taken steps to resolve the problem on your own, let us know what steps you took and the results. It is often beneficial to know what testing you have already performed so that we can compare your results to the problem, as well as to avoid asking you to repeat steps. Let us know if you have tested on other machines, tested with other code or data, applied hot fixes, or followed instructions from a SAS Note or SAS KB article, for example.

We hope that everything runs smoothly, and you rarely need technical support. However, for those times that you do need to submit a request for assistance to SAS Technical Support, be sure to use the guidelines above to help us serve you better.