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
name several ways to achieve efficiency in your program? : Sas programming
Give e an example of..
What are the default statistics that proc means produce?
How to include or exclude specific variables in a data set?
what is null hypothesis? why do you consider that?
What function CATX syntax does?
What is a macro routine?
Have you ever used the SAS Debugger?
which date functions advances a date time or date/time value by a given interval? : Sas programming
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Difference between SAS STATA & SPSS?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
How does proc sql work?
Mention some common errors that are usually committed in sas programming.
what are the categories that sas informats are used to the place the data? : Sas-administrator