JCAN(1)


NAME

jcan - Cancel and/or purge a job.


SYNOPSIS

jcan [-dhv] <action> <jobname> <jobnum>

-d
    Print out debug messages.

-h
    Display syntax help.

-v
    Print out verbose command information.

DESCRIPTION

Cancel and/or purge a job.

  • <action> must be C (Cancel) or P (Purge).
  • <jobname> can be a job name or job name pattern.
  • <jobnum> can be job number in format JOBnnnn or //

EXAMPLES

Cancels JOB0001 with jobname IBMUSERX:

jcan C IBMUSERX JOB0001


Cancels and purges all jobs with jobname IBMUSERX:

jcan P IBMUSERX //


EXIT VALUES

0
    Success
Other
    Error, see message for details

SEE ALSO

ddls(1), jsub(1), pjdd(1), jls(1)