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
Mention the category in which sas informats are placed?
what can you learn from the sas log when debugging? : Sas programming
What is a put statement?
How to limit decimal places for the variable using proc means?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
how does sas handle missing values in a merge? : Sas programming
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
What are the functions which are used for character handling functions?
What is the difference between match merge and one to one merge?
What is the command used to find missing values?
Intern stastical programmer written test
How can sas program be validated?
what other sas products have you used and consider yourself proficient in using? : Sas programming
name some data transformation used in sas di? : Sas-di