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
where to use sas business intelligence? : Sas-bi
how do you debug and test your sas programs? : Sas programming
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What is the basic syntax of a sas program?
what is factor analysis? : Sas-administrator
what is slowly changing dimension? : Sas-di
how can you create zero observation dataset? : Sas programming
How does proc sql work?
What areas of SAS are you most interested in?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Mention few capabilities of sas framework.
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
What is the difference between %local and %global? : sas-macro
How can I remove header from output data set?
What do the PUT and INPUT functions do?