Are you familiar with special input delimiters How are they
used?
Answers were Sorted based on User's Feedback
Answer / selvi
We can specify delimiter value in dlm option of infile stmt.
If any values are missing in between then dlm option does
nt recognize the same so we need to use DSD option to read
consecutive delimiter as missing values.DSD set two more
things 1.comma as default delimiter 2.remove quotion from
quted string
| Is This Answer Correct ? | 6 Yes | 1 No |
What is a macro routine?
Why and when do you use proc sql?
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? : sas-macro
how to delete the duplicate columns permanently in SQL
how do i read multiple spaces in datasets? eg: vijaya raghava perumal.I tried with using & but it workss if its vijaya raghava but not for raghava perumal.how to do this?
What are the difference between sas functions and procedures?
How long can a macro variable be? A token? : sas-macro
What is _n_?
how to handle in stream data containing semicolon in it?
Which is the best training institute for SAS in Delhi. Please reply
What is highest missing value for numeric?
what is the usage for assigning error=1 in a dataset ?