How can sas program be validated?
No Answer is Posted For this Question
Be the First to Post Answer
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What is the difference between %local and %global?
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
How long can a macro variable be? A token? : sas-macro
How to get part of string form the source string without using sub string function in SAS?
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.
what is lifetest
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What do you feel about hardcoding?
Explain the purpose of substr functions in sas programming.
I am having a stored process.it needs to route my report to both hthml and Xls.By default SP routes to html.I used the PRINTTO to route the html to Xls.BUt it createsthe file not but no content was written to file(0KB)?how can i do it?
Have you ever used the SAS Debugger?