Previous Page | Next Page

Informats

$QUOTEw. Informat



Removes matching quotation marks from character data.
Category: Character

Syntax
Syntax Description
Examples

Syntax

$QUOTEw.

Syntax Description

w

specifies the width of the input field.

Default: 8 if the length of the variable is undefined. Otherwise, the default is the length of the variable.
Range: 1-32767

Examples

input @1 name $quote7.;

Data Line Results
----+----1
 
'SAS'
SAS
"SAS"
SAS
"SAS's"
SAS's

Previous Page | Next Page | Top of Page