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?
6 17442If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
4 8595If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
1 6036
What is the use of stop statement?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
Describe the ways in which you can create macro variables? : sas-macro
what has been your most common programming mistake? : Sas programming
what techniques and/or procs do you use for tables? : Sas programming
What is a macro routine?
What is the difference between %local and %global? : sas-macro
name some data transformation used in sas di? : Sas-di
What is the basic syntax of a sas program?
what is slowly changing dimension? : Sas-di
Explain the special input delimiters used in sas programming.
What does the RUN statement do?
Describe the function and utility of the most difficult SAS macro that you have written?
What are the new features included in the new version of SAS Programming Language?