Mention sas system options to debug sas macros.
No Answer is Posted For this Question
Be the First to Post Answer
What is substr function?
what is the difference btw proc means and proc univariate?
What is the difference between where and if statement?
What is the difference between SAS Data step and SAS PROC SQL, and which is better?
Describe 5 ways to do a “table lookup” in SAS?
what are the advantages of using SAS in clinical data mangement? why should not we use other software products in managing clinical data?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Are you involved in writing the inferential analysis plan? Tables specfications?
Explain the use of proc gplot? : sas-grid-administration
if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually
why is a stop statement needed for the point=option on a set statement? : Sas programming
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.