In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 19885Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?
4 14886
What is the use of stop statement?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Explain why double trailing @@ is used in input statement?
What is the difference between INPUT and INFILE ?
Have you ever used the SAS Debugger?
how many display types available in sas bi dashboard? : Sas-bi
what are the categories that sas informats are used to the place the data? : Sas-administrator
why is sas data integration studio important? : Sas-di
Mention some common errors that are usually committed in sas programming.
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Have you used macros? For what purpose you have used? : sas-macro
What do the mod and int function do? : Sas programming
what is change analysis in sas di ? : Sas-di
what is proc Index? and what is proc document?