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
how many display types available in sas bi dashboard? : Sas-bi
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What is the use of divide function?
Describe the ways in which you can create macro variables? : sas-macro
Tell e how how dealt with..
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What is program data vector (pdv)?
What is the difference between %put and symbolgen? : sas-macro
what are the types of interactive display types? : Sas-bi
Compare sas with other data analytics tools.
Explain by-group processing?
What are the five ways to do a table lookup in sas? : sas-grid-administration
What would be the value of month at the end of data step execution and how many observations would be there?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
Explain the purpose of retain statement.