JAMS Reference Manual
Contents Index JAMS Home Support

JAMS Reference Manual


Previous Contents Index


JAMS_SCHEDULE_GET_DEPEND

The JAMS_SCHEDULE_GET_DEPEND routine is used to return the first or next dependency context from a job context.

Format

JAMS_SCHEDULE_GET_DEPEND job-context, depend-context


RETURNS

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

ARGUMENTS

job-context


VMS usage: context
type: pointer
access: read only
mechanism: by value

This argument is the job context which was returned from a call to JAMS_SCHEDULE_GET_JOB.

depend-context


VMS usage: context
type: pointer
access: write only
mechanism: by reference

This argument is a pointer which will be used to return the dependency context.

Description

This routine is used to return the first, or next, dependency context from a job context. The dependency context can then be passed to JAMS_GET_DATA to obtain information from the context.

Return Values

JAMS_ENDCTX End of context stream.


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