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
what is sas metadata server? : Sas-di
What is the SAS data set?
What is a put statement?
Which command is used to perform sorting in sas program?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What is the role of administrative users? : sas-grid-administration
explain the function of substr in sas? : Sas-administrator
What do the put and input function do?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
What is the difference between the proc sql and data step?
What is the general format of function in sas? : sas-grid-administration
what is sas business intelligence? : Sas-bi
what is broad cast agent? : Sas-bi
do you prefer proc report or proc tabulate? Why? : Sas programming