what does .. meant in sas macros

Answer Posted / velppuula shathish

data Sd;
set ds nobs=x;
if _N_>=20;
RUN;

proc print data=sd;
run;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of function Proc summary?

638


What are the data types does SAS contain?

635


why is a stop statement needed for the point=option on a set statement? : Sas programming

575


how will you location sas platform applications available from web browser? : Sas-bi

530


Explain how merging helps to combine data sets.

598






Differentiate between sas functions and sas procedures.

626


How do you use the do loop if you don’t know how many times you should execute the do loop?

732


What are the implications?

1166


how would you determine the number of missing or nonmissing values in computations? : Sas programming

638


Mention the category in which sas informats are placed?

611


what is the use of proc sql? : Sas programming

571


What Proc glm does?

595


What is PDV?

708


what are sas/access and sas/connect? : Sas programming

536


How can you limit the variables written to output dataset in data step?

730