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 / satish vatsavai
We can use Missover and Pad options
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what can you learn from the sas log when debugging? : Sas programming
Give e an example of..
In proc transpose and data step with arrays which one you pick?
Explain proc sort?
what is sas olap server? : Sas-di
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
How long can a macro variable be? A token? : sas-macro
What is the difference between one to one merge and match merge? Give an example.
what are _numeric_ and _character_ and what do they do? : Sas programming
How do you add a number to a macro variable? : sas-macro
What is the difference between SAS functions and procedures?
what are sas/access and sas/connect? : Sas programming
Describe crosslist option in tables statement?
what is star schema? : Sas-di
Briefly explain input and put function?