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
Can you execute macro within another macro? : sas-macro
Tell e how how dealt with..
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
Explain the difference between informat and format with an example.
Explain the difference between nodup and nodupkey options?
how do you debug and test your sas programs? : Sas programming
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
how the sas basic syntax style described? : Sas-administrator
Explain data_null_?
describe the interaction table in sas di? : Sas-di
What are the default statistics that proc means produce?
Hi, If anyone has base SAS certification dumps, please share.
What are the special input delimiters used in SAS?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
Describe a time when you were really stuck on a problem and how you solved it?