what is in stream data in SAS?
Answer / prashanth
what ever data we mentioned in cards is called as instream
data.
| Is This Answer Correct ? | 10 Yes | 1 No |
how to read the variables in sas? : Sas-administrator
I am looking to buy a sas advance book. So any one can guide me that which one i should buy.
what r the job openings SAS for fresher graduates !
If i doest required Cumilative frequency in my table, generated by using PROC FREQ what i had to do?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
Mention sas system options to debug sas macros.
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
what are all the reports you generated in your recent project?
1 Answers Accenture, Quintiles,
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 do dates work in SAS data?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
if reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record