what is difference in window SAS & Unix SAS.....how do
define working environment in both???
Answer / helly jain
The only differnce comes while specifying the input file
name. As unix system is Case sensitive so input data file
name, path should be case sensitive on the other hand with
window's SAS you have no need to take care of the case as
both window and SAS are Case insensetive.
| Is This Answer Correct ? | 20 Yes | 0 No |
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
explain what is data set in sas? : Sas-administrator
what is the difference between the SAS v8 and SAS v9?
How many missing values are available? When might you use them?
What is difference between Global n Local Macro Variables..?
How to create a permanent sas data set?
Mention what is PROC in SAS?
what is the difference between SET and MERGE?
What has been your most common programming mistake?
Describe the ways in which you can create macro variables?
for what purpose would you use the retain statement? : Sas programming
What are the different versions of sas that you have used until now? : sas-grid-administration