what are all the ways to define macro variable??

Answer Posted / rahul

%Let
Iterative %DO statement
%GLOBAL statement
%INPUT statement
INTO clause of the SELECT statement in SQL
%LOCAL statement
%MACRO statement
SYMPUT routine and SYMPUTN routine in SCL
%WINDOW statement

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What Proc glm does?

610


What would be the value of month at the end of data step execution and how many observations would be there?

583


explain about data integrator metadata reports? : Sas-di

565


What is the SAS data set?

679


what is PhaseIII, ODS, TLG, Macro and Proc in SAS

3907






How do dates work in sas?

647


How to create an external dataset with sas code?

590


What is the general format of function in sas? : sas-grid-administration

573


What is program data vector (pdv)?

637


What are the advantages of using sas?

611


What are the new features included in the new version of SAS Programming Language?

740


sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately

3114


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

2903


Mention what is PROC in SAS?

605


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

1975