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
what is the difference between unique key and primary key? : Sas-di
describe how to adjust the performance of data integrator? : Sas-di
What is interleaving in SAS?
What are the scrubbing procedures in sas?
where are dashboard components are created and maintained? : Sas-bi
What does PROC print, and PROC contents do?
I need level 2 to 5 sas using companies in india
What do you know about sas and what we do? : sas-grid-administration
What are the statements that are executed only?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
what is broad cast agent? : Sas-bi
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is the difference between reading data from an external file and reading data from an existing data set?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?