What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
What is a put statement?
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?
What is univariate n where it can be used n how...?
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.
Differences between where and if statement?
what is in stream data in SAS?
What is SAS Information Map Studio and its purpose ?
At compile time when a SAS data set is read, what items are created?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
how to remove duplicates using proc sql?
Describe what are the different levels of administrative users in sas? : sas-grid-administration