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 / 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 |
Post New Answer View All Answers
Enlist the functions performed by sas.
it will become easy if uuu provide website linkssss and list of consultanciessssss
What are the difference between ceil and floor functions in sas?
Define run-group processing?
What would be the value of month at the end of data step execution and how many observations would be there?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
What do the mod and int function do? : Sas programming
Tell e how how dealt with..
What are the 3 components in sas programming?
name some data transformation used in sas di? : Sas-di
how do the in= variables improve the capability of a merge? : Sas programming
What is the basic structure of a sas program?
What is the SAS data set?
how to do user inputs and command line arguments in sas?
How long can a macro variable be? A token? : sas-macro