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 / sasuser
It will have one column with value 8 in table abc.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the basic syntax of a sas program?
What are symget and symput? : sas-macro
what is treatment emergent events and treatment emregent adverse event
Mention sas system options to debug sas macros.
What is the role of sas grid administrator? : sas-grid-administration
What are the statements that are executed only?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
What is the difference between match merge and one to one merge?
How do you use the do loop if you don’t know how many times you should execute the do loop?
What are the scrubbing procedures in sas?
what is the basic structure sas administrator? : Sas-administrator
Mention some common errors that are usually committed in sas programming.
what is ae onset date n what is RDS
Mention what is PROC in SAS?
how many display types available in sas bi dashboard? : Sas-bi