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
What would be the value of month at the end of data step execution and how many observations would be there?
Tell me more about the parameters in macro? : sas-macro
how do you debug and test your sas programs? : Sas programming
For what purpose would you use the RETAIN statement?
where are dashboard components are created and maintained? : Sas-bi
Approximately what date is represented by the SAS date value of 730?
What is the length assigned to the target variable by the scan function?
describe how to adjust the performance of data integrator? : Sas-di
How to convert a numeric variable to a character variable?
What does the trace option do?
What are the applications primarily used by business analyst? : Sas-bi
what is the difference between nodup and nodupkey options? : Sas programming
Explain the use of proc gplot? : sas-grid-administration
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
describe about metadata object? : Sas-di