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

it will just print '8' many times in 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

Are you sensitive to code walk-throughs peer review or QC review?

2595


What is the basic syntax of a sas program?

660


what are the benefits of data integration? : Sas-di

531


what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake

1915


if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation

1161






what are validation tools that are used in sas? : Sas-administrator

589


Differences between where and if statement?

580


where are dashboard components are created and maintained? : Sas-bi

557


If you were told to create many records from one record, show how you would do this using array and with proc transpose?

794


What is the use of stop statement?

636


Mention how to limit decimal places for the variable using proc means?

639


WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?

2261


How many data types are there in SAS?

625


What are the data types in sas?

602


What is the order of application for output data set options, input data set options and SAS statements?

1078