how to change the execute of macro
No Answer is Posted For this Question
Be the First to Post Answer
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
how to import HTML files into SAS datasets?
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
explain what is factor analysis? : Sas-administrator
How do you connect the desktop application to metadata server? : sas-grid-administration
what is the diff. b/w proc means and proc summary?
Explain data step in SAS
What are the difference between sas functions and procedures?
what are sas/access and sas/connect? : Sas programming
How to get the repeated values by using sql in sas ?
Give e an example of..