What is the use of PROC gplot?
No Answer is Posted For this Question
Be the First to Post Answer
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
What is the difference between SAS functions and procedures?
How can I remove header from output data set?
how to import XTP files into SAS datasets?
1 Answers Barclays, Institute For Plasma Research,
Describe crosslist option in tables statement?
In SAS explain which statement does not perform automatic conversions in comparisons?
what does the run statement do? : Sas programming
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
What are the different versions of sas that you have used until now? : sas-grid-administration
What is proc sort?
How can you create a macro variable with in data step? : sas-macro
what is the need of INDEX in datasets?