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 |
What are the analysis datasets created, and what are the new variables created in CLINICAL SAS
1 Answers Accenture, Sciformix,
What is the difference between informat and format statement?
What are the difference between ceil and floor functions in sas?
What is difference between (a-z) and (a--z)
What data sets do you need to produce the report?
What are the five ways to do a table lookup in sas? : sas-grid-administration
Can you excute a macro within a macro? Describe.
SAS System ?
what is the difference between nodup and nodupkey options? : Sas programming
In SAS explain which statement does not perform automatic conversions in comparisons?
Briefly explain input and put function?
What is the difference between %local and %global?