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
what are several options for creating reports in web report studio? : Sas-bi
for whom is sas data integration studio designed? : Sas-di
What is connection profile? : sas-grid-administration
What do the SAS log messages "numeric values have been converted to character" mean?
Name validation tools used in SAS
What are the features of base sas system?
What is the difference between SAS functions and procedures?
how does sas handle missing values in a merge? : Sas programming
explain about various caches available in data integrator? : Sas-di
What can you learn from the SAS log when debugging?
what is sas data set?
How will you generate test data with no input data?
How does the internal authentication work in sas? : sas-grid-administration
why a stop statement is needed for the point= option on a set statement?
how to do user inputs and command line arguments in sas?