what is in stream data in SAS?
Answer / prashanth
what ever data we mentioned in cards is called as instream
data.
Is This Answer Correct ? | 10 Yes | 1 No |
Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.
Mention what is the difference between nodupkey and nodup options?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
Mention few ways with which a “table lookup’ is done in sas programming.
One way of creating a new variable in Macros is by % Let....What is the other way..?
what other SAS features do you use for error trapping and data validation?
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
what is AE onset date and what is RDS?
how to intersect the tables by using PROC MIXED?
How to display duplicate observations in data?
explain the key concept of sas? : Sas-administrator
How to import the Zip files into SAS? If it is possible in SAS? If it is posible write the code...