What is the basic syntax style in SAS?
No Answer is Posted For this Question
Be the First to Post Answer
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
What is _n_?
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 DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
name some data transformation used in sas di? : Sas-di
proc means? proc sort? proc append? proc freq? proc print? proc content?
how to read the variables in sas? : Sas-administrator
Are you familiar with special input delimiters? How are they used?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
How would you remove a format that has been permanently associated with a variables?
what is function of retain statment