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
Mention sas system options to debug sas macros.
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
how would you determine the number of missing or nonmissing values in computations? : Sas programming
Mention what are the data types does SAS contain?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
how to remove duplicates using proc sql?
List out some key concept of SAS
what are the best practices to process the large data sets in sas programming? : Sas-administrator
how does sas handle missing values in formats? : Sas programming
What are the data types does SAS contain?
which date function advances a date, time or datetime value by a given interval? : Sas programming
How can you limit the variables written to output dataset in data step?