Enlist the functions performed by sas.
No Answer is Posted For this Question
Be the First to Post Answer
how to generate the test data in sas without input data? : Sas-administrator
what is Global Symbol table and Local symbol table?
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
What are the default statistics that proc means produce?
how do you validate sas program?
what is data integration? : Sas-di
What does proc print, and proc contents are used for?
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
How would you keep from overlaying the a SAS set with its sorted version?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
How do you add a number to a macro variable?