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 |
it will become easy if uuu provide website linkssss and list of consultanciessssss
for whom is sas data integration studio designed? : Sas-di
How do dates work in SAS data?
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.
what is SAS/Access and SAS/Connect?what are the uses?
How would you define the end of a macro?
what are some differences between proc summary and proc means? : Sas programming
How do you specify the number of iterations and specific condition within a single do loop?
Explain bmdp procedure?
Explain the message 'Merge has one or more datasets with repeats of by variables'.
Explain data_null_?