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 / ade
Use the MISSOVER keyword; it forces SAS to put either a
blank or a period for the missing variable before continuing
to the next record.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is SAS? What are the functions does it performs?
How does the internal authentication work in sas? : sas-grid-administration
what do you mean by data staging area? : Sas-di
How do you add a number to a macro variable? : sas-macro
What is the difference between %put and symbolgen? : sas-macro
How many data types are there in SAS?
What are the features of base sas system?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
What is program data vector (pdv)?
Are you involved in writing the inferential analysis plan? Tables specifications?
What do the mod and int function do? : Sas programming
Compare sas with other data analytics tools.
Describe a time when you were really stuck on a problem and how you solved it?
How to create list output for cross-tabulations in proc freq?
how to do user inputs and command line arguments in sas?