What are the special input delimiters? How are they used? - SAS

What are the special input delimiters? How are they used?

- DLM and DSD are the input delimiters
- They are used in the statement ‘infile’
- Comma Separated Value files are the most common files that are used for reading with DSD option
- If two delimiters are provided, DSD treats as MISSING value.
- DSD ignores the delimiters which are enclosed in quotation marks.
Difference between an informat and a format - SAS
Informat and format - Format is to write data, where as informat is to read data.....
SAS functions - SAS
SAS functions - LENGTH: The length of an argument is returned without counting the trailing blanks.....
SELECT construct is used instead of IF statements - SAS
When there is a long series of mutually existing conditions......
Post your comment