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 ? | 22 Yes | 0 No |
Post New Answer View All Answers
where to use sas business intelligence? : Sas-bi
What are the ways in which macro variables can be created in sas programming?
what is data governance? : Sas-di
How to convert a numeric variable to a character variable?
how can you import .csv file in to sas? : Sas programming
Mention how to limit decimal places for the variable using proc means?
What is the difference between where and if statement?
what is transformation in sas data integration? : Sas-di
what is sas olap server? : Sas-di
What are the advantages of using sas?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
What do you know about sas data set?
How do you test for missing values?
What is substr function?
Where do you use proc means over proc freq?