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 SAS? What are the functions does it performs?
Explain the purpose of substr functions in sas programming.
name the scheduler for scheduling job and explain the scheduler? : Sas-di
Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.
WHAT IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION?
What is the Program Data Vector (PDV) and What are its functions?
what are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?
You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?
How will you generate test data with no input data?
What procedure you used to calculate p-value?
2 Answers Accenture, Quintiles,
what is sas olap server? : Sas-di
How would you remove a format that has been permanently associated with a variable? ________________