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 / 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 |
Post New Answer View All Answers
Are you involved in writing the inferential analysis plan? Tables specifications?
name some data transformation used in sas di? : Sas-di
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
Mention some common errors that are usually committed in sas programming.
What is the use of %include statement?
describe about physical data integration? : Sas-di
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
What does P-value signify about the statistical data?
What are the parameters of scan function?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
What is the difference between class statement and by statement in proc means?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
Give e an example of..
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?