what is TAB delimiter? explain about it? what will you do to
get TAB delimiter?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / pnprasad
SAS reds the data from different files like .txt ASCII .xls
etc. For this use INFILE statement. While using this
statment we have to check the data formated in the related
file, i.e some may space, coma, tabs. So, if the file
contains TAB is the delimiter, we have to use
DLM=TAB / '09'X,(note: this is for horizantal TAB) to get
the observations in a defined format. (for Vertical TAb,
DLM='021'X.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / abhi
wn v r importing p\frm proc import frm xls.files
v use tab delimiters
it is used to set the spaces wn v r importing the xl sheet
| Is This Answer Correct ? | 3 Yes | 4 No |
Did you used proc lifetest? when?
2 Answers Accenture, Parexel, Quintiles,
how are numeric and character missing values represented internally? : Sas programming
Explain by-group processing?
Hi... this is chandu, did MSc Microbiology, trying to get job in SAS tool, PLZ Tell me whether IT industries will give consider my education to gain a job....?
how do you want missing values handled? : Sas programming
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
What are the limitations for memory allocation for SAS variables
what is syntax of proc merge ?
Under what circumstances would you code a SELECT construct instead of IF statements?
What are the differences between proc means and proc summary?
Tell different ways to create Macrovarible?
3 Answers Accenture, PharmaNet i3,
why only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?