set option

Description

Use this statement to change the values of Interactive SQL options.

Syntax

Syntax one

set [ temporary] option
[ user_id. | public. ]option_name = [ option_value ]
user_id : identifier , string or hostvar
option_name : identifier , string or hostvar 

Syntax two

set permanent 

Syntax three

set 

Parameters

Usage

set permanent (Syntax two) saves all current Interactive SQL options. These settings are automatically established every time Interactive SQL is started for the current user ID.

Syntax three displays all of the current option settings. If there are temporary options set for Interactive SQL or the database server, these are displayed; otherwise, the permanent option settings are displayed.