How can you put a "trace" in your program?
Answers were Sorted based on User's Feedback
Answer / shru
Use below command before coding where you require the log
to Trace:
ods trace on / label
| Is This Answer Correct ? | 5 Yes | 1 No |
Tell me more about the parameters in macro? : sas-macro
What are the new features included in the new version of SAS Programming Language?
What does PROC print, and PROC contents do?
firstobs and obs are working only option wise,but we are using infile statement with firstobs and obs in a statement wise? so firstobs,obs working at options and statemnts or not?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
Can we create datasets by proc step ? (Proc contents, Means)?
Mention what is PROC in SAS?
why is a stop statement needed for the point=option on a set statement? : Sas programming
how we can call macros with in data step?
what is sas and what are the functions? : Sas-administrator
How do i read multiple spaces in datasets?
Explain input and put function?