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 / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the best practices to process the large data sets in sas programming? : Sas-administrator

634


What do you know about sas and what we do? : sas-grid-administration

689


what is information maps?

1715


If a variable contains only numbers, can it be a character data type?

725


How to read an input file in sas?

745






Can you execute macro within another macro? : sas-macro

625


How to sort in descending order?

898


Mention few capabilities of sas framework.

799


AE datasets names? how many types?

2152


what are the considerations when picking a SAS/STAT procedure?

2995


What are the applications primarily used by business analyst? : Sas-bi

643


how to read the variables in sas? : Sas-administrator

641


what is enterprise guide? What is the use of it? : Sas programming

625


If a variable contains letters or special characters, can it be numeric data type?

879


Describe the function and utility of the most difficult SAS macro that you have written?

2121