Have you ever linked SAS code, If so, describe the link and
any required statements used to either process the code or
the step itself?
Answer Posted / sirisha
in the editor window we write
%include'path of the sas file';
run;
if it is with non-windowing environment no need to give run
statement
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
how sas deals with business intelligence? : Sas-bi
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What is maximum number of rows and cols can be handled in SAS?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What are all the problems you faced while validating tables and reports?
What are the applications primarily used by business analyst? : Sas-bi
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
what does the run statement do? : Sas programming
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
Define run-group processing?
what is the difference between nodup and nodupkey options? : Sas programming
Given an unsorted data set, how to read the last observation to a new data set?
Explain proc univariate?
What is the maximum length of the macro variable? : sas-macro
What are the default statistics for means procedure?