Previous Topic: DEFAULT PROGRAM Statement SyntaxNext Topic: DEFAULT PROGRAM Statement Usage


DEFAULT PROGRAM Statement Parameters

TEMporary

Indicates the specified defaults are temporary.

TEMPORARY is the default when you specify neither TEMPORARY nor PERMANENT in the DEFAULT PROGRAM statement.

PERmanent

Indicates the specified defaults are permanent.

program-statement-parameter

Specifies a default value to apply to the applicable PROGRAM statement parameter.

Program-statement-parameter is any PROGRAM statement parameter, including VERSION, described under PROGRAM Statement. Specify as many PROGRAM parameters as necessary to override PROGRAM statement defaults.