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
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
what is change analysis in sas di ? : Sas-di
Which command is used to perform sorting in sas program?
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
Explain data_null_?
how could you generate test data with no input data? : Sas programming
How will you generate test data with no input data?
Mention common programming errors committed in sas ?
how can you import .csv file in to sas? : Sas programming
Give e an example of..
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
Given an unsorted data set, how to read the last observation to a new data set?
How we can call macros with in data step? : sas-macro
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
do you need to know if there are any missing values? : Sas programming