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 is PhaseIII, ODS, TLG, Macro and Proc in SAS
how does sas handle missing values in functions? : Sas programming
How do you download a flat file from Mainframe to your local PC using SAS?
What are TEAEs
2 Answers Accenture, Quintiles,
How could you generate test data with no input data?
why is a stop statement needed for the point=option on a set statement? : Sas programming
Explain why double trailing @@ is used in input statement?
explain the concepts and capabilities of business object? : Sas-bi
I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?
I am having a stored process.it needs to route my report to both hthml and Xls.By default SP routes to html.I used the PRINTTO to route the html to Xls.BUt it createsthe file not but no content was written to file(0KB)?how can i do it?
What is the work of tranwrd function?
What is Transaction...? And what are Comment, Roll back n Save point..?