Previous Topic

Next Topic

Wildcards in Object names

Wildcards can be used to reference one or more jobs, calendars, variables etc.

The following command will modify all jobs in the current directory to send mail notifications to user tjones on failure

Windows/OpenVMS Format:

Schedule> modify/job job* /notify=failed:(tjones,mail)

UNIX/Linux Format:

Schedule> chjob job* -notify=failed:(tjones,mail)

The following command will display all calendars with the word report anywhere in the name in the current directory

Windows/OpenVMS Format:

Schedule> directory/calendar *report*

UNIX/Linux Format:

Schedule> lscal *report*

See Also

Using Wildcards

Wildcards in Directory names