Give some examples where proc report’s defaults are different than proc print’s defaults?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between nodupkey and nodup options?
What is the Program Data Vector (PDV) and What are its functions?
what are the new features included in the new version of SAS i.e., SAS9.1.3?
5 Answers College School Exams Tests, Wockhardt,
Describe a time when you were really stuck on a problem and how you solved it?
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
How do you add a prefix to some or all variables in a dataset using a SAS macro?
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..
What do the SAS log messages "numeric values have been converted to character" mean?
Tell me about % include and % eval? : sas-macro
What are symget and symput? : sas-macro
Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.
Explain what is SAS informats?