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 / sasuser
It will have one column with value 8 in table abc.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
what are all the reports you generated in your recent project?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
what is sas data set?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
Difference between informat and format?
What are the implications?
What versions of SAS have you used (on which platforms)?
what is enterprise guide? What is the use of it? : Sas programming
Difference between sum function and using “+” operator?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Of all your work, where have you been the most successful?
Enlist the functions performed by sas.
Differences between where and if statement?
What are the uses of sas?