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 you use the do loop if you don’t know how many times you should execute the do loop?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
How would you determine the number of missing or nonmissing values in computations?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What’s the difference between var b1 – b3 and var b1 — b3?
What is the general format of function in sas? : sas-grid-administration
Intern stastical programmer written test
What will calendar procedure do?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
what are all the reports you generated in your recent project?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
how do you debug and test your sas programs? : Sas programming
How do dates work in SAS data?
What are the difference between ceil and floor functions in sas?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?