How can you put a "trace" in your program?

Answers were Sorted based on User's Feedback



How can you put a "trace" in your program?..

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

How can you put a "trace" in your program?..

Answer / tangyoulei

use "put" statement and check log

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SAS Interview Questions

How would you include common or reuse to be processed along with your statements?

0 Answers  


1.we can execute a macro with in a macro,by using call symput and symget can any one give me one example? 2.We can create the macro variables by using %let,%do,macro parameters,INTO clause in proc sql and call symput, can any one give me example to create macro variable with INTO clause and call symput? 3.

1 Answers  


what is the use of proc sql?

5 Answers   CitiGroup,


Are you involved in writing the inferential analysis plan? Tables specfications?

0 Answers   Wipro,


WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.

4 Answers   Genzyme,






Differentiate between proc means and proc summary.

0 Answers  


What is the differnce between SDTM 3.1.2 to 3.1.1 version

0 Answers   Wipro,


Intern stastical programmer written test

0 Answers  


how to import XTP files into SAS datasets?

1 Answers   Barclays, Institute For Plasma Research,


data voter; input Age Party : $1. (Ques1-Ques4)($1. + 1); datalines; 23 D 1 1 2 2 45 R 5 5 4 1 67 D 2 4 3 3 39 R 4 4 4 4 19 D 2 1 2 1 75 D 3 3 2 3 57 R 4 3 4 4 ; Idont understand what the (Ques1-Ques4)($1. + 1) means. I have seen (Ques1-Ques4)(4*$1.), but what is (Ques1-Ques4)($1. + 1)? Appreciate all help Thanks

3 Answers  


what is the difference between nodup and nodupkey options? : Sas programming

0 Answers  


In PROC PRINT, can you print only variables that begin with the letter “A”?

8 Answers  


Categories