how will you locate the sas platform applications? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
why is a stop statement needed for the point=option on a set statement? : Sas programming
Does anybody has lastest SAS certification dumps,if anybody has please mail me on saggydesai@gmail.com
name several ways to achieve efficiency in your program? : Sas programming
Give some ways by which you can define the variables to produce the summary report (using proc report)?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
What is maximum number of rows and cols can be handled in SAS?
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
How many versions came upto now in SAS?
what kind of variables are collected in AE dataset?
3 Answers Accenture, Quintiles, SAS,
Which command is used to save logs in the external file?
One way of creating a new variable in Macros is by % Let....What is the other way..?
what is the difference between informat$8. $char8.