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 / suresh
Use the MISSOVER keyword;
http://www.time2ask.com/13296/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.htm
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
If a variable contains letters or special characters, can it be numeric data type?
How do you add a number to a macro variable? : sas-macro
what is proc Index? and what is proc document?
what is snowflake schema? : Sas-di
Mention few capabilities of sas framework.
what are the component of range? : Sas-bi
What are the ways in which macro variables can be created in sas programming?
State the difference between INFORMAT and FORMAT ?
What is the maximum length of the macro variable?
is data integration and etl programming is same? : Sas-di
What are the difference between ceil and floor functions in sas?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
How is character variable converted into numeric variable and vice versa?
How to test the debugging in sas?