wat has been most common programming mistake?
Answers were Sorted based on User's Feedback
what is slowly changing dimension? : Sas-di
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
is QUALCOMM using SAS ?
How substr function works in sas?
what are sas/access and sas/connect? : Sas programming
how the sas basic syntax style described? : Sas-administrator
How does proc sql work?
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
Mention few ways with which a “table lookup’ is done in sas programming.
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
how to remove duplicates using proc sql?
What are symbol tables?Differemce between Local N Global Symbol tables.....