what is TAB delimiter? explain about it? what will you do to
get TAB delimiter?
Answer Posted / sankar
TAB delimiter is seperate variables and observtons
it is use in infile statement as dlm='09'x.
proc import and proc export use a delimiter statement'
delimiter='09'x;
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
explain the key concept of sas? : Sas-administrator
Explain what is SAS informats?
What is a method to debug and test your SAS program?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
What is run-group processing?
Mention the validation tools used in SAS?
Difference between sum function and using “+” operator?
What is the maximum length of the macro variable? : sas-macro
what is sas data set?
For what purpose would you use the RETAIN statement?
How do you use the do loop if you don’t know how many times you should execute the do loop?
How to limit decimal places for the variable using proc means?
how to read the variables in sas? : Sas-administrator
Enlist the syntax rules followed in sas statements.
explain what is factor analysis? : Sas-administrator