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
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What do you know about sas and what we do? : sas-grid-administration
what is information maps?
If a variable contains only numbers, can it be a character data type?
How to read an input file in sas?
Can you execute macro within another macro? : sas-macro
How to sort in descending order?
Mention few capabilities of sas framework.
AE datasets names? how many types?
what are the considerations when picking a SAS/STAT procedure?
What are the applications primarily used by business analyst? : Sas-bi
how to read the variables in sas? : Sas-administrator
what is enterprise guide? What is the use of it? : Sas programming
If a variable contains letters or special characters, can it be numeric data type?
Describe the function and utility of the most difficult SAS macro that you have written?