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;
Answers were Sorted based on User's Feedback
Answer / sasuser
It will have one column with value 8 in table abc.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / 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 |
how do the in= variables improve the capability of a merge? : Sas programming
Differentiate between ceil and floor functions.
How sas treats the dsd delimiters?
what is factor analysis? : Sas-administrator
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
Which is the best training institute for SAS in Delhi. Please reply
what is the difference between infile and input? : Sas-administrator
how can you put a "trace" in your program? : Sas programming
What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
what are the new features included in the new version of SAS i.e., SAS9.1.3?
5 Answers College School Exams Tests, Wockhardt,
how to know the attributes of first five datasets in a library