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 |
explain about sas business intelligence? : Sas-bi
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
what is information maps?
How do you add a number to a macro variable?
explain the function of substr in sas? : Sas-administrator
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?
Mention few capabilities of sas framework.
what are the benefits of data integration? : Sas-di
Intern stastical programmer written test
What is the use of stop statement?