What can you learn from the SAS log when debugging?
Answer / Mr Inder Kumar Maran
The SAS log provides information about the execution of your program, including warnings, notes, and error messages. By analyzing the log, you can determine where issues occurred, identify potential causes, and fix problems.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of _error_?
describe about metadata object? : Sas-di
Describe the ways in which you can create macro variables? : sas-macro
How do you add a prefix to some or all variables in a dataset using a SAS macro?
What is highest missing value for numeric?
Which are SAS Windows Clients & SAS Java Clients
what are the sites did u refer for enquiries and doubts for SAS
How do you add a number to a macro variable?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
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)?
what is the diff. b/w proc means and proc summary?
How to get second top scorer student from a class- table having different sections A, B, C & D? each section has same number of student.