Mention sas system options to debug sas macros.
No Answer is Posted For this Question
Be the First to Post Answer
What are the efficacy variables in your study?
2 Answers Accenture, Quintiles,
What is the order of evaluation of the comparison operators: + - * /** ()?
How would you identify a macro variable? : sas-macro
How long can a macro variable be? A token? : sas-macro
how can you put a "trace" in your program? : Sas programming
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
Describe the function and utility of the most difficult SAS macro that you have written?
%STPbegin;%STPEND; ERROR: No logical assign for filename _WEBOUT. WARNING: No body file. HTML output will not be created. unable to fix it.plz help
i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.
what is Difference between PROC SQL JOINS and MERGE?
Hi , which book should i refer to for preaparing SAS statistical Exam. Searched a lot on books but still did n't find relevant books
How do you put an elephant in the refrigerator?