Give an example where SAS fails to convert character value to numeric value automatically?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between sum function and using “+” operator?
how can you sort the dataset having millions of OBS(instead of sort procedure?
Are you familiar with special input delimiters? How are they used?
Name statements that are recognized at compile time only?
Explain the difference between informat and format with an example.
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
How would you keep from overlaying the a SAS set with its sorted version?
how to delete the duplicate columns permanently in SQL
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
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.
What is the maximum length of the macro variable? : sas-macro
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?