|
Previous | Contents | Index |
The JAMS_SET_JOB_STATUS routine is used to set the value of a Job's status text.
JAMS_SET_JOB_STATUS reserved,
value,
[monitor]
VMS usage: cond_value type: longword (unsigned) access: write only mechanism: by value
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.
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 |
Copyright © 2000, MVP Systems, Inc. All rights reserved. |