How to create an external dataset with sas code?
No Answer is Posted For this Question
Be the First to Post Answer
who is the best SAS clinical Trainer in Hyderabad?
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 are the functions done while Compilation...?
What is instream data in SAS?
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
What is the difference between order and group variable in proc report?
How many tiers in sas architecture?
How would you include common or reuse code to be processed along with your statements?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
What is the difference between an informat and a format? Name three informats or formats.
what is p-value
3 Answers Accenture, Quintiles, Sristek,
What is maximum number of rows and cols can be handled in SAS?