Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 6.9-1

    ...

    Purpose

    Creates new subjob ID.

     

    Prototype

    QB_INT qbsubid()

     

    Parameters

    None

     


    qbsubmit

     

    Purpose

    Submits a list of jobs to be dispatched by the Supervisor.

     

    Prototype

    QB_BOOL qbsubmit(QbJobList& submit, QbJobList& result, QB_BOOL deferTableCreation = QB_FALSE)

     

    Parameters

    submit

    Pointer to a list of job objects to be submitted.

     

    result

    Pointer to an updated list of job objects submitted to the Supervisor.

     deferTableCreationWhether the supervisor should defer DB table creation or not (default FALSE).

    Result

    QB_TRUE if the job list was submitted successfully, QB_FALSE otherwise.

     

    ...