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 4381you 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 10035Hi All.I am looking for Good Institute who could Provide the online SAS BI+DI Training along with software.Primarily in Delhi/NCR or in Hyderabad Please help with name and contact number of concerned person!! Thanks in Advance! :)
1 3631create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
WNS,
6 12418if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
2 6651Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
3476i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers
SAS,
3 6971
Explain how you can debug and test your SAS program?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
Are you involved in writing the inferential analysis plan? Tables specfications?
What is proc sort?
what is program data vector? : Sas-administrator
How to sort in descending order?
what is star schema? : Sas-di
what are _numeric_ and _character_ and what do they do? : Sas programming
Give some examples where proc report’s defaults are different than proc print’s defaults?
how many types prompting framework can be broken down to? : Sas-bi
Approximately what date is represented by the SAS date value of 730?
What are the table names in oracle database...?
What are the differences between proc means and proc summary?
how can you create zero observation dataset? : Sas programming
What are the advantages of using sas?