Answer Posted / rag_uss
to debug macros we can use these options
mlogic, symbolgen, mprint, macrogen.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do dates work in sas?
What are SAS/ACCESS and SAS/CONNECT?
What is the length assigned to the target variable by the scan function?
what can you learn from the sas log when debugging? : Sas programming
I have a dataset concat having variable a b & c. How to rename a b to e & f?
Mention the validation tools used in SAS?
for what purpose would you use the retain statement? : Sas programming
Explain the purpose of retain statement.
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
which date functions advances a date time or date/time value by a given interval? : Sas programming
how can you put a "trace" in your program? : Sas programming
What do you know about sas and what we do? : sas-grid-administration
What is a put statement?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.