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 |
i have a null dataset with 20 variables. i want to upload the variables which contain name like a or k or anything in another dataset.how can we create the dataset?
what is SAS ACCESS AND SAS CONNECT ? Give an example and data statements used.
What is the difference between an informat and a format. Name three informats or formats.
What is proc sort?
explain the key concept of sas? : Sas-administrator
If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
What function CATX syntax does?
What are the difference between sas functions and procedures?
What can you learn from the SAS log when debugging?
How can you create a macro variable with in data step? : sas-macro
what are different type of sas servers ? On which server does the sas code execute ?
proc means? proc sort? proc append? proc freq? proc print? proc content?