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 difference between nodup and nodupkey options? : Sas programming
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
what are some differences between proc summary and proc means? : Sas programming
what is treatment emergent events and treatment emregent adverse event
What are the default statistics that proc means produce?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What would you change about your job?
describe about metadata object? : Sas-di
What do the mod and int function do? : Sas programming
Mention what is PROC in SAS?
what are input dataset and output dataset options? : Sas programming
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
What are the data types that sas contain?
For clinical entire study how many tables will create approx?
Differentiate input and infile.