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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 ? | 9 Yes | 0 No |
Answer / ganesh
In my view Missover is the right option to prevent sas form
reading the next record if last variable didn,t have a
value.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
what is the formula to measure Baseline
what are the scrubbing procedures in sas? : Sas programming
Give an example where SAS fails to convert character value to numeric value automatically?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
Identify statements whose placement in the DATA step is critical?
what is a post baseline?
how to generate means for every subject;
sas implimented companies in hyderabad
what is the need of INDEX in datasets?
What do you code to create a macro? : sas-macro
What is the difference Using & and && in the macro variables
how many display types available in sas bi dashboard? : Sas-bi