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
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What are the difference between sas functions and procedures?
What is interleaving in SAS?
what is data governance? : Sas-di
What is the function of Stop statement in a SAS Program?
Mention few capabilities of sas framework.
What are the limitations for memory allocation for SAS variables
Explain append procedure?
what is the use of proc sql? : Sas programming
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Are you involved in writing the inferential analysis plan? Tables specfications?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
How to convert a numeric variable to a character variable?
Mention what is SAS data set?
what are the considerations when picking a SAS/STAT procedure?