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 |
what the use of proc glm
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
proc means? proc sort? proc append? proc freq? proc print? proc content?
differnce between 8.2 and 9.1.3
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
how to remove the duplicates by proc sql?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
Which is the best place to learn SAS clinicals and Oracle clinical in hyderabad?
Which is the best training institute for SAS in hyderabad.
112 Answers Stansys Software Solutions,
how to generate report for 0 observation dataset?
What is the sas data set? : sas-grid-administration