Explain the purpose of substr functions in sas programming.
No Answer is Posted For this Question
Be the First to Post Answer
How do handle working under pressure?
what is Difference between PROC SQL JOINS and MERGE?
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
Difference between SAS STATA & SPSS?
What does PROC print, and PROC contents do?
how to rearrange the data as our wish by using dataset block?
Can you execute macro within another macro? : sas-macro
6) Explain about below automatic variables a) _N_ b) _ERROR_ c) _CHAR_ d) _NUMERIC_ e) _ALL_ f) FIRST.BY VARIABLE g) LAST.BY VARIABLE h) _NAME_ i) _TYPE_ j) _FREQ_ k) _STAT_ l) _BREAK
Describe what are the different levels of administrative users in sas? : sas-grid-administration
What can you learn from the SAS log when debugging?
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.