what do the mod and int function do? What do the pad and dim functions do? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
Explain proc sort?
What are the differences between sum function and using “+” operator?
Name validation tools used in SAS
explain the main difference between the nodup and nodupkey options? : Sas-administrator
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 do the mod and int function do? What do the pad and dim functions do? : Sas programming
WHAT IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION?
what is portability of sas programmes?
what is program data vector? : Sas-administrator
Name statements that are execution only.