What happens in the following code, if u type 8 instead of
*?
proc sql noprint;
create table abc as
select 8 from lib.abc;
quit;
Answer Posted / prr
Hi Friends,
If we write 8 in the place of * then SAS Assigns,
8 for all the observations in the output window.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
which date functions advances a date time or date/time value by a given interval? : Sas programming
where are dashboard components are created and maintained? : Sas-bi
what is the purpose of _error_? : Sas programming
what are the types of interactive display types? : Sas-bi
explain the concepts and capabilities of business object? : Sas-bi
what is the difference between floor and ceil functions in sas? : Sas-administrator
How would you define the end of a macro?
What is the basic structure of a sas program?
What are the ways to do a “table lookup” in sas?
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
Which function is used to count the number of intervals between two sas dates?
What is proc sort?
What would be the value of month at the end of data step execution and how many observations would be there?
how do you want missing values handled? : Sas programming
how do you test for missing values? : Sas programming