Remove Autostart Job Entry (RMVAJE)

The Remove Autostart Job Entry (RMVAJE) command removes an autostart job entry from the specified subsystem description.

Restrictions:

  1. To use this command, you must have:
    • object operational (*OBJOPR), object management (*OBJMGT), and read (*READ) authority to the specified subsystem description and execute (*EXECUTE) authority to the library containing that subsystem description.

Parameters

Keyword Description Choices Notes
SBSD Subsystem description Qualified object name Required, Positional 1
Qualifier 1: Subsystem description Name
Qualifier 2: Library Name, *LIBL, *CURLIB
JOB Job name Name Required, Positional 2

Subsystem description (SBSD)

Specifies the name and library of the subsystem description from which the autostart job entry is being removed.

This is a required parameter.

Qualifier 1: Subsystem description

name
Specify the name of the subsystem description from which the autostart job entry is being removed.

Note: The IBM-supplied object QSYSSBSD is not valid on this parameter.

Qualifier 2: Library

*LIBL
All libraries in the thread's library list are searched until a match is found.
*CURLIB
The current library for the thread is used to locate the object. If no library is specified as the current library for the thread, the QGPL library is used.
name
Specify the library where the subsystem description is located

Job name (JOB)

Specifies the simple name of the job that is started from the autostart job entry.

This is a required parameter.

name
Specify the simple name of the job that is started from the autostart job entry.

Examples

RMVAJE   SBSD(MYLIB/PAYROLL)  JOB(INITIAL)

This command removes job entry named INITIAL that starts automatically from the PAYROLL subsystem description in the library MYLIB.

Error messages

*ESCAPE Messages

CPF1619
Subsystem description &1 in library &2 damaged.
CPF1697
Subsystem description &1 not changed.