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
describe how to adjust the performance of data integrator? : Sas-di
explain about sas business intelligence? : Sas-bi
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
what does the run statement do? : Sas programming
how does sas handle missing values in assignment statements? : Sas programming
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is the good sas programming practices for processing large data sets?
In ARRAY processing, what does the DIM function do?
What system options would you use to help debug a macro? : sas-macro
Mention sas system options to debug sas macros.
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
name several ways to achieve efficiency in your program? : Sas programming
How to create a permanent sas data set?
Compare sas with other data analytics tools.
How do you debug and test your SAS programs?