What is interleaving in SAS?
No Answer is Posted For this Question
Be the First to Post Answer
what is function of retain statment
wat has been most common programming mistake?
SAS using companies in chennai
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
which stats created by proc means that are not created by proc summary or vice versa?
I am having a stored process.it needs to route my report to both hthml and Xls.By default SP routes to html.I used the PRINTTO to route the html to Xls.BUt it createsthe file not but no content was written to file(0KB)?how can i do it?
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 we can create SAS USER DEFINED CODE?
Have you been involved in editing the data or writing data queries?
1 Answers BioServe, Oracle, Sasken,
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
If money were no object, what would you like to do?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro