why is the use of Retrive statement and give me with
example?
Answer / aravind rangaraj
i hope there is no such statemnet, make sure that wch
statement it is..
| Is This Answer Correct ? | 5 Yes | 2 No |
What is the difference between order and group variable in proc report?
I need to find the numeric field which contains blank in between..Ex:123 456...there is blank in between the 123 456..I need to know if there is any SAS function to find a field.. Please suggest...
How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?
What is maximum storage capability of SAS?
Give e an example of..
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 SAS? What are the functions does it performs?
How many missing values are available? When might you use them?
What is the difference between Proc tabulate and Proc print
if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually
name few built in sas transformation in DI studio ?
how to write code for left outer join in SAs using datastep?