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 |
What is PDV?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';
What are the ways in which macro variables can be created in sas programming?
in data set200 observation how to take 110,150,170 using sql procedure?
how could you generate test data with no input data? : Sas programming
What are the applications primarily used by business analyst? : Sas-bi
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
is it possible to generate sas datasets using proc print ???
1 Answers GSK GlaxoSmithKline,
Can anyone help me about SAS Realtime scenarios in Clinical field
How to get top scorer student from a class-table having different sections A,B, C & D? Each section having same number of students.