What are the different versions of sas that you have used until now? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
what is operational data and operational system? : Sas-di
What is difference between rename and lable in sas?
What are the difference between ceil and floor functions in sas?
what is _error_?
2 Answers Axis Bank, Cognizant, JPMorgan Chase,
How would you keep from overlaying the a SAS set with its sorted version?
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 is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???
how to do user inputs and command line arguments in sas?
What is the purpose of using the N=PS option?
What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?
what does .. meant in sas macros
What do the put and input function do?