How to convert a numeric variable to a character variable?
No Answer is Posted For this Question
Be the First to Post Answer
Explain proc univariate?
What does proc print, and proc contents are used for?
The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?
what are all the default values getting in PROC MEANS...???
How do you define proc in sas? : sas-grid-administration
i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers
what is the use of proc contents and proc print in sas? : Sas-administrator
For what purposes have you used sas macros? : sas-macro
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.
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?
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.
Explain how you can debug and test your SAS program?