Describe the function and utility of the most difficult SAS
macro that you have written?
No Answer is Posted For this Question
Be the First to Post Answer
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.
What do the SAS log messages "numeric values have been converted to character" mean?
what are the sites did u refer for enquiries and doubts for SAS
How do you write a test plan?
Can you excute a macro within a macro? Describe.
What do you know about sas and what we do? : sas-grid-administration
what are several options for creating reports in web report studio? : Sas-bi
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Hi All.I am looking for Good Institute who could Provide the online SAS BI+DI Training along with software.Primarily in Delhi/NCR or in Hyderabad Please help with name and contact number of concerned person!! Thanks in Advance! :)
what is _error_?
2 Answers Axis Bank, Cognizant, JPMorgan Chase,
What other SAS features do you use for error trapping and data validation?