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

For what purpose would you use the RETAIN statement?

1047


Describe the ways in which you can create macro variables?

637


how to do user inputs and command line arguments in sas?

2428


what is sas and what are the functions? : Sas-administrator

542


What is factor analysis?

663






How we can call macros with in data step? : sas-macro

617


For what purposes have you used sas macros? : sas-macro

540


Of all your work, where have you been the most successful?

4205


: and & modifiers.

864


How to specify variables to be processed by the freq procedure?

619


explain the concepts and capabilities of business object? : Sas-bi

543


What is the use of stop statement?

646


Are you involved in writing the inferential analysis plan? Tables specfications?

1748


Describe the function and untility of the most difficult SAS macro that you have written.

1562


what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming

694