Briefly explain input and put function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SAS Interview Questions

The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;

1 Answers   Accenture,


how do u validate the program which u have written.

1 Answers   TCS,


How would you delete duplicate observations?

9 Answers  


how to assign a macro value to a variable?

8 Answers   CitiGroup,


Explain proc univariate?

0 Answers  


what is enterprise guide? What is the use of it? : Sas programming

0 Answers  


What is SAS Information Map Studio and its purpose ?

2 Answers   SAS, TCS,


What is the basic syntax style in SAS?

0 Answers  


how to intersect the tables by using PROC MIXED?

1 Answers   CitiGroup,


how to delete the duplicates by using proc sql?

3 Answers   Genpact,


How to get the repeated values by using sql in sas ?

2 Answers  


How to display duplicate observations in data?

1 Answers  


Categories