HP-UX SNAplus2 RJE User's Guide

SNAplus2 RJE Components and Operation
Processing Input Data
Chapter 342
Processing Input Data
After you submit the file for processing. This section explains how to
send jobs to an RJE workstation and the options that are available for
sending different types of job files.
The commands below are spool control commands. Use these commands
to access the job spool directly. A job spool exists for each RJE
workstation. It is created the first time the workstation runs or the first
time you send a job. When you send a job, the send command adds it to
the spool for an RJE workstation. The workstation then takes the job
from the spool and sends it to the host for processing.
To send a job to the job spool for processing, use the following command:
snaprjesend
WKST jobfilename
(
WKST
is the name of your workstation).
The list command shows a list of all the jobs that are waiting on the spool
for a particular workstation. This list contains all jobs that have been
submitted to that workstation but have not yet been successfully sent to
the host. To see this list, use the following command:
snaprjelst
WKST
The cancel spool command cancels a job that is in the spool queue
waiting to be sent to the host. To cancel a job from the spool, use the
following command:
snaprjecan
WKST spool-id
NOTE There is a maximum of 1000 jobs that can exist at any one time in a
workstation’s job spool.
Example:
snaprjecan WKS1 SPL_fjghld
You can use these commands at any time as long as you have started the
SNAplus2 control daemon. The spool is maintained independently of the
workstation.