how to do user inputs and command line arguments in sas?
No Answer is Posted For this Question
Be the First to Post Answer
I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?
1.we can execute a macro with in a macro,by using call symput and symget can any one give me one example? 2.We can create the macro variables by using %let,%do,macro parameters,INTO clause in proc sql and call symput, can any one give me example to create macro variable with INTO clause and call symput? 3.
What are _numeric_ and _character_ and what do they do?
what is Enterprise Guide?what is the use of it?
What is difference between rename and lable in sas?
What is the basic structure of a sas program?
Which are the statements whose placement in the data step is critical?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
What does the trace option do?
how do we get duplicate observations in a separate dataset?
What does proc print, and proc contents are used for?
Why and when do you use proc sql?