Intern stastical programmer written test
No Answer is Posted For this Question
Be the First to Post Answer
What are the functions used for character handling?
Briefly explain input and put function?
Diff between proc sql merge and join?
What are all the problems you faced while validating tables and reports?
0 Answers Accenture, Quintiles,
Explain what is SAS informats?
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 does proc print, and proc contents are used for?
How to get the repeated values by using sql in sas ?
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 is function of retain statment
What is a macro routine?
describe about metadata object? : Sas-di