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 |
1.How to draw pivot tables in Excel by using SAS and in which version we can use VB script for to draw pivot tables in Excel? Answer with example data. 2.What are the advantages of _NULL_ in Data steps? Can we use _NULL_ in Proc steps also? 3. How to call the macro variable into Data Steps? 4. Can we draw pivot tables in Excel using Proc SQL? Please post answers for the above questions with suitable examples, and how to use VB script for Excel using SAS.
how to rearrange the data as our wish by using dataset block?
SAS using companies in chennai
which date function advances a date, time or datetime value by a given interval? : Sas programming
State the difference between INFORMAT and FORMAT ?
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
what is SAS ACCESS AND SAS CONNECT ? Give an example and data statements used.
what is intially documentation in sas?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
Give some ways by which you can define the variables to produce the summary report (using proc report)?
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
what are the types of interactive display types? : Sas-bi