what is TAB delimiter? explain about it? what will you do to
get TAB delimiter?
Answer Posted / 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 |
Post New Answer View All Answers
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
how the sas basic syntax style described? : Sas-administrator
What is maximum number of rows and cols can be handled in SAS?
What are the scrubbing procedures in sas?
What are symget and symput? : sas-macro
how to debug and test the sas program? : Sas-administrator
What are the functions which are used for character handling functions?
How to specify variables to be processed by the freq procedure?
Tell e how how dealt with..
what is the effect of the options statement errors=1? : Sas programming
AE datasets names? how many types?
How do you add a number to a macro variable? : sas-macro
Explain why double trailing @@ is used in input statement?
Mention what is SAS data set?
Have you used macros? For what purpose you have used? : sas-macro