Previous Topic

Next Topic

Book Contents

Book Index

rename/job

Rename a job.

The RENAME command will change the name of a scheduled job definition. All references to a job are also revised to point to this new job definition. It is possible to rename across directories.

General Format

rename/job old_job_name new_job_name [/qualifiers]

Alternate

mvjob old_job_name new_job_name [-qualifiers]

Qualifier Summary

general qualifiers:

/[no]log

/[no]confirm

/node = target_node

Examples

C:\> schedule rename/job test daily_incremental/log

renamed \ajackson\test to \ajackson\daily_incremental

Qualifiers

/confirm

/noconfirm

CONFIRM requests that the user be prompted prior to any operation to verify that the selected entry is the correct one.

/hostname=host_name

The qualifier specifies what node (either local or remote) you want the operation performed on.

/log

/nolog

The LOG qualifier causes each completed operation to issue a note to the user.

See Also

JOB commands

complete/job

copy/job

create/job

delete/job

directory/job

edit/job

extract/job

increment/job

insert/job

modify/job

rebuild/job

signal/job

submit/job

type/job