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.
|