How to create a permanent sas data set?


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

Post New Answer

More SAS Interview Questions

Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.

1 Answers  


is there any difference between proc summary and proc means?

3 Answers  


what are the categories that sas informats are used to the place the data? : Sas-administrator

0 Answers  


you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.

6 Answers  


how to write code for left outer join in SAs using datastep?

8 Answers   CitiGroup,






what are the component of range? : Sas-bi

0 Answers  


How will you generate test data with no input data?

0 Answers  


how we can call macros with in data step?

17 Answers   Allianz, ManPower,


how to get second highest salary from a employee table and how get a 5th highest salary from a employee table?

11 Answers   ABC, Amex,


What are the ways in which macro variables can be created in sas programming?

0 Answers  


How do you debug macros?

3 Answers   Accenture,


Tell different ways to create Macrovarible?

3 Answers   Accenture, PharmaNet i3,


Categories