What is the difference between match merge and one to one merge?
No Answer is Posted For this Question
Be the First to Post Answer
Name validation tools used in SAS
what is OLAP?
describe about metadata object? : Sas-di
What is a put statement?
How to save the log information in a file for future use
What are the differences between proc means and proc summary?
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.
How would you define the end of a macro? : sas-macro
You have a data set of 100 observations,how can you restrict the output so that the output has only data from row no. 10 to row no. 20
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
how to import HTML files into SAS datasets?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di