What is a method to debug and test your SAS program?
No Answer is Posted For this Question
Be the First to Post Answer
What is a macro routine?
What are the difference between ceil and floor functions in sas?
what is data access? : Sas-di
What do the PUT and INPUT functions do?
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
"What is the difference between proc sort nodup and proc sort nodupkey?"
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
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
How would you compile all macros from a folder in a study, within the autoexec program?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
How does the internal authentication work in sas? : sas-grid-administration