How can you put a "trace" in your program?
Answer Posted / 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 |
Post New Answer View All Answers
What are the data types in sas?
what are the considerations when picking a SAS/STAT procedure?
Mention what are the data types does SAS contain?
How many ways to overcome a missing values???
Describe the ways in which you can create a macro variable?
what are some good sas programming practices for processing very large data sets? : Sas programming
What is the use of stop statement?
What is data _null_?
Name some categories in sas 9? : sas-grid-administration
What do the mod and int function do? : Sas programming
What is the role of sas grid administrator? : sas-grid-administration
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
What is SAS? What are the functions does it performs?
Define run-group processing?
how to generate the test data in sas without input data? : Sas-administrator