Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sarav1981
  • Content: Threads
  • Order by date
  1. sarav1981

    E-mail using UNIX on AIX

    Hi All, I am new to UNIX. I use IBM AIX 5.3 at work. I was wondering a way to send emails accross using UNIX. I am aware of the basic syntax using mailx -s <email addresses> to send emails. But, I would like to know if there is a way to control the recipients using TO, CC and BCC statements in...
  2. sarav1981

    Determining SMTP settings on AIX

    Hi All, I am running SAS software on IBM AIX 5.3 platform. I am trying to send an email from SAS using the E-mail access device installed on AIX when I get the following error. ERROR: Unable to connect to SMTP server. ERROR: connect call failed, system error is 'A remote host refused an...
  3. sarav1981

    UNIX shell scripting for SAS HELP!!!

    Hi all, I am in the process of writing an UNIX shell script (korn and I use AIX) to run a SAS code on the admin account on an UNIX server. I want the code to do these set of actions: a. Look for the code to run in the specified directory. b. If the code is not present in that directory, it...
  4. sarav1981

    Text Expression Length Control

    Hi All, I have this huge text expression which when I try to read into SAS, i get an error saying that the expression exceeded the max allowable text expression length and has been truncated. ERROR: The text expression length (65540) exceeds maximum length (65534). The text expression has been...
  5. sarav1981

    Basic SAS question

    Hi all, I have a piece of SAS code that I have trouble deciphering what it does. The code snippet is given below: data files; set file; if fileref =: '#LN' or fileref =: 'SAS' then delete; run; My query is 1. What does '=:' do in the above code? 2. How is it different from the basic...
  6. sarav1981

    Basic help regarding MACROS

    Hi all, I am a rookie programmer in SAS. I was trying to learn SAS Macros and I got myself into a real mess in a basic step. I need to store a variable list to a macro variable and then export the variable list in another variable. I have a data set flights.diabetes which has 20 records in a...

Part and Inventory Search

Back
Top