What is the role of administrative users? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
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.
Have you been involved in editing the data or writing data queries?
1 Answers BioServe, Oracle, Sasken,
What is the difference between informat and format statement?
How to specify variables to be processed by the freq procedure?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Can you suggest us materials for sdtm mapping?
what is SAS ACCESS AND SAS CONNECT ? Give an example and data statements used.
Name statements that are recognized at compile time only?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
In which format does Date stores in sas..? What is the use of DATE in SAS.?
what kind of variables are collected in AE dataset?
3 Answers Accenture, Quintiles, SAS,
Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks