Using the ActiveBatch Command-line Interface

The commands that follow are divided into two categories: Queue and Job.  Queue commands create and otherwise manage the Queue system itself. Job commands are those necessary for submitting a Job to a Queue for background execution and also for managing those Jobs within the batch system.

 

The commands that follow require the verb ABAT to execute in a CMD console. If you have XLNT (a scripting and command language developed by ASCI) installed, you don’t need to preface the command with "ABAT".

 

ABAT command example using CMD:

ABAT SUBMIT Job-name /QUEUE=test-queue

ABAT command using XLNT:

$ SUBMIT Job-name /QUEUE=test-queue

 

Note: The command qualifiers (with some minor exceptions) use the Queue and Job Policies to establish defaults. See Default Policy for more information.