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?
Answer Posted / madhu
by using missover option.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
explain what is factor analysis? : Sas-administrator
Explain the main difference between the sas procedures and functions? : Sas-administrator
What is a put statement?
How to limit decimal places for variable using proc means?
is data integration and etl programming is same? : Sas-di
how can you put a "trace" in your program? : Sas programming
Describe the function and untility of the most difficult SAS macro that you have written.
What do you code to create a macro? : sas-macro
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
explain the key concept of sas? : Sas-administrator
Name types of category in which SAS Informats are placed?
what are the benefits of data integration? : Sas-di
How sas treats the dsd delimiters?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro