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 |
Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com
Please write codes to merge two datasets and keep every record in the first dataset.
What is the registered Key word is sas????
What techniques and/or PROCs do you use for tables?
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
What is the basic structure of the SAS base program?
How do you use the do loop if you don’t know how many times you should execute the do loop?
What other SAS features do you use for error trapping and data validation?
The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?
What do the SAS log messages "numeric values have been converted to character" mean?
What is the difference Using & and && in the macro variables
How do i read multiple spaces in datasets?