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 / ragg
it will just print '8' many times in output window
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain the main difference between the sas procedures and functions? : Sas-administrator
what is the use of proc contents and proc print in sas? : Sas-administrator
What is PDV?
what are the types of interactive display types? : Sas-bi
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
What is the difference between the proc sql and data step?
What is the general format of function in sas? : sas-grid-administration
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What can you learn from the SAS log when debugging?
Differentiate between format and informat? : sas-grid-administration
Differentiate between ceil and floor functions.
explain the function of substr in sas? : Sas-administrator
what are _numeric_ and _character_ and what do they do? : Sas programming
How to sort in descending order?
what are the considerations when picking a SAS/STAT procedure?