Submitting Batch Versions Using runube

The runube command line requires no input files. It is a direct command line that enables you to define:

  • Which report and version to run.

  • Which job queue to use.

  • How the queue is controlled.

  • Whether the report is printed or held.

  • The location where the report is output.

You cannot enter processing option values or modify data selection and data sequencing using runube from the command line.

This is the format of the runube command line:

runubeUID PWD ENV ROLE REP VER JQ B/I P/H S/D PTR

This table describes each of the command line components:

Component

Description

runube

The name of the executable that submits the job.

UID

A JD Edwards EnterpriseOne user ID. You must have permissions to run the report. (If using UNIX or IBM i see other options in the Submitting Batch Versions Using runube with UNIX and IBM i section.)

PWD

The JD Edwards EnterpriseOne password corresponding to the JD Edwards EnterpriseOne user ID. (If using UNIX or IBM i see other options in the Submitting Batch Versions Using runube with UNIX and IBM i section.)

ENV

The JD Edwards EnterpriseOne environment.

ROLE

The JD Edwards EnterpriseOne role.

REP

The object name of the report to be processed, such as R014021.

VER

The name of the version of the report to be processed; such as XJDE0001. You must enter a version name; you cannot submit a report template.

JQ

The name of the job queue to which the system should route the batch job, such as QBATCH.

B/I

The processing mode. Enter B to use batch processing. In this case, the system assigns the report a place in the queue.

Enter I for interactive mode, which runs the report immediately outside of the JD Edwards EnterpriseOne queuing mechanism.

P/H

The hold code. Enter P to send the output to a printer immediately after the job completes.

Enter H to hold the processed file without printing. You can print the job later using the Oracle's JD Edwards EnterpriseOne Work With Servers program (P986116) located on the Report Management menu (GH9111).

S/D

The save code. Enter S to save the file after processing is complete. The delete option (D) is reserved for future functionality.

PTR

The printer ID. If you do not enter a printer, the system uses the printer assigned as the default printer based on your JD Edwards EnterpriseOne user ID, role, environment, host name, report name, and version name.

Note: If you submit this command in a UNIX or IBM i environment, you should be aware of the possible security risk. Any user with access to the UNIX or IBM i system can view this command line, including the password, while the runube command is processing.