QUALIFIER subcommand (GET DATA command)
The QUALIFIERS subcommand applies to delimited data (ARRANGEMENT=DELIMITED) only. It specifies the character used to enclose values that contain
delimiter characters. For example, if a comma is the delimiter, values
that contain commas will be read incorrectly unless there is a text
qualifier enclosing the value, preventing the commas in the value
from being interpreted as delimiters between values. CSV-format data
files exported from Excel use a double quote (") as a text qualifier.
- The text qualifier appears at both the beginning and end of the value, enclosing the entire value.
- The qualifier value must be enclosed in single or double quotes. If the qualifier is a single quote, the value should be enclosed in double quotes. If the qualifier value is a double quote, the value should be enclosed in single quotes.
Example
/QUALIFIER = '"'