ADOPEXTN

Purpose

Use the ADOPEXTN statement to give an operation a descriptive name.

Format


1  ADOPEXTN?  ACTION (
2.1! ADD
2.1 SETDEFAULT
1 )?  EXTNAME ('
2.1 extended name
1 ')?  EXTSE ('
2.1 Scheduling Environment
1 ')

Restrictions

You cannot use ACTION(SETDEFAULT) to set default values for the keyword EXTNAME.

Parameters

ACTION (SETDEFAULT | ADD)
If you specify SETDEFAULT, the remaining keyword values that you specify on the ADOPEXTN statement become default values for all ADOPEXTN statements that follow. No application description is updated. Keywords that you do not specify are assigned their standard defaults.

If you specify ADD or use it by default, the statement can result in an update of the database.

EXTNAME('extended name')
A free-format name for the operation. It can include blanks and special characters for a maximum of 54 characters. It must be contained in single quotation marks. Do not include delimiters, such as parentheses and single quotation marks for the extended name.
EXTSE ('Scheduling Environment name')
The name of the scheduling environment for this operation. Special characters are allowed. To delete the name, enter EXTSE followed by blank.

Examples

This example sets the extended name daily payroll job for the operation:

ADOP …
ADOPEXTN  ACTION(ADD) EXTNAME('DAILY PAYROLL JOB')

This example removes the extended name for the operation:

ADOP …
ADOPEXTN  ACTION(ADD) EXTNAME(' ')