JAMS Reference Manual
Contents Index JAMS Home Support

JAMS Reference Manual


Previous Contents Index


JAMS_SET_JOB_STATUS

The JAMS_SET_JOB_STATUS routine is used to set the value of a Job's status text.

Format

JAMS_SET_JOB_STATUS reserved,


value,
[monitor]

RETURNS

VMS usage: cond_value
type: longword (unsigned)
access: write only
mechanism: by value

ARGUMENTS

reserved


VMS usage: reserved
type: reserved
access: read only
mechanism: by value

This argument is reserved for future use.

value


VMS usage: string
type: string
access: read only
mechanism: by descriptor

This is the new value for the Job's status text.

monitor


VMS usage: boolean
type: longword
access: read only
mechanism: by reference

This argument is used to specify whether or not the status text should be displayed in the JAMS Job Monitor. If omitted, the monitor status is left unchanged. This argument must be a longword passed by reference. If the value of the longword is zero, the status will not be monitored. if the value is 1, the status text is monitored.

Description

The JAMS_SET_JOB_STATUS routine can be called when you want to set a Job's status text. The Job whose status is changed is the one which is running the program which calls this routine.


Previous Next Contents Index
JAMS Copyright © 2000, MVP Systems, Inc. All rights reserved.