ADOPEXTN
Purpose
Use the ADOPEXTN statement to give an operation a descriptive name.
Format
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(' ')