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 long can a macro variable be? A token? : sas-macro
what is the difference between floor and ceil functions in sas? : Sas-administrator
What is the role of unrestrictive users? : sas-grid-administration
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What can be the size of largest dataset in SAS?
Explain why double trailing @@ is used in input statement?
How you can read the variables that you need?
which date function advances a date, time or datetime value by a given interval? : Sas programming
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
What are all the problems you faced while validating tables and reports?
What would be the value of month at the end of data step execution and how many observations would be there?
how sas deals with business intelligence? : Sas-bi
what can you learn from the sas log when debugging? : Sas programming
what is the effect of the options statement errors=1? : Sas programming