how we can call macros with in data step?

Answer Posted / ram pabba

%include statement can be used to call a macro within a
data setp.

or

call a macro with %macro-name (only if the) in the datasetp
(condition that this marco exists in the central location
where it is defiened).

Please anybody suggest if these are right answers.

Is This Answer Correct ?    0 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how many types prompting framework can be broken down to? : Sas-bi

639


Name types of category in which SAS Informats are placed?

746


What is a method to debug and test your SAS program?

731


Enlist the functions performed by sas.

688


What is the difference between nodupkey and nodup options?

605






What is slibref?

754


What do you know about symput and symget?

739


What is the difference between INPUT and INFILE ?

768


What sas features do you use to check errors and data validation?

698


What are the different servers in sas? : sas-grid-administration

611


I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.

1706


What is the different between functions and PROCs that calculate the same simple descriptive statistics?

1241


What are the table names in oracle database...?

2265


how to remove duplicates using proc sql?

640


What do the mod and int function do? : Sas programming

596