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 is sas business intelligence? : Sas-bi
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
How do you specify the number of iterations and specific condition within a single do loop?
what are informats in sas? : Sas-administrator
Mention the category in which sas informats are placed?
What system options would you use to help debug a macro? : sas-macro
Are you involved in writing the inferential analysis plan? Tables specifications?
Which command is used to save logs in the external file?
what is the basic structure sas administrator? : Sas-administrator
What is PROC in SAS?
How to create list output for cross-tabulations in proc freq?
Name some categories in sas 9? : sas-grid-administration
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
What do the PUT and INPUT functions do?
what is the function of catx syntax? : Sas-administrator