How do you debug macros?
Answers were Sorted based on User's Feedback
Answer / prag s.
FROM LITTLE SAS BOOK....
TO DEBUG MACRO WE CAN USE THESE OPTIONS---
MERROR, SERROR, SYMBOLGEN, MLOGIC, MPRINT
OPTIONS MPRINT and so on....
Is This Answer Correct ? | 21 Yes | 0 No |
Answer / rag_uss
to debug macros we can use these options
mlogic, symbolgen, mprint, macrogen.
Is This Answer Correct ? | 4 Yes | 0 No |
What is a pdv and what are its functions?
What is the basic syntax style in SAS?
whenever we using the merging through data set merging ,we can get note in log like this "MERGE STATEMENT HAS MORE THAN ONE ONE DATASET BY REPEATED BY VAIABLES" but the output has come in good manner,whenever in in sql(full join) we can get cartion product.so How do overcome this problem in sql?
What is the difference between where and if statement?
What SAS statements would you code to read an external raw data file to a DATA step?
if x=round(26.3,10)-1 then x= how much and how explain?
how do you debug and test your sas programs? : Sas programming
What is the pound sign used for in the data_null_ ?
i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.
Do you need to know if there are any missing values?
What is the order of evaluation of the comparison && logical && relational operators:?
how can u extract,transform and loading?