Do you need to compute new variables? If so,should you do
this before you execute the report-writing procedure?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of LRECL option.
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 significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What is highest missing value for numeric?
What function CATX syntax does?
what are _numeric_ and _character_ and what do they do? : Sas programming
I am looking to buy a sas advance book. So any one can guide me that which one i should buy.
How do you debug and test your SAS programs? What can you learn from the SAS log when debugging? How do you test for missing values? How would you create multiple observations from a single observation? What are some good SAS programming practices for processing very large data sets? Briefly describe 5 ways to do a "table lookup" in SAS. Why is SAS considered self-documenting? Are you sensitive to code walk-throughs, peer review, or QC review? What other SAS features do you use for error trapping and data validation? How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What are the scrubbing procedures in sas?
what are validation tools that are used in sas? : Sas-administrator
At compile time when a SAS data set is read, what items are created?