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 do the sas log messages "numeric values have been converted to character" mean? : Sas programming
How are numeric and character missing values represented internally?
What do you know about sas data set?
What does PROC print, and PROC contents do?
What is the purpose of trailing @ and @@? How do you use them?
Compare sas with other data analytics tools.
Of all your work, where have you been the most successful?
What is the difference between where and if statement?
what is the function of catx syntax? : Sas-administrator
what is proc Index? and what is proc document?
How would you identify a macro variable? : sas-macro
Can you execute a macro within a macro? Describe. : sas-macro
What are the applications primarily used by business analyst? : Sas-bi
Mention what is PROC in SAS?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?