what versions of sas have you used (on which platforms)? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
What is Linear Regression?
State the difference between INFORMAT and FORMAT ?
What is your weekness? I am confuse what to say about this question. so can u give some answer which can be yur strenght.
Which is the Best SAS training Institute in Delhi NCR for SAS certification preparation
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
How many missing values are available? When might you use them?
in ods is there any lib's
. Which date advances a date, time or date/time value by a given interval?
What is the basic syntax style in SAS?
1.What is the difference between _NULL_ , _ALL_, and _N_? 2.What are the uses of _NULL_ using in Data Steps? Can we _NULL_ in Proc Steps also? 3.How do call the macro variable in Data Steps? 4.How to construct Pivot tables in Excel Using SAS?
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
What is the work of tranwrd function?