SNA NRJE User/Programmer Reference Manual (30292-90006)
Chapter 2 43
Getting Started
Sending Jobs to a Host
Sample NRJE Session on an HP 3000
See Chapter 3 , “User Commands,” for a description of each of the
commands in the following sample session. In this sample, user input is
shown in the first column, and instructions and explanations are in the
second.
Log onto the HP 3000
:HELLO USER.ACCT,GROUP
WELCOME TO THE HP 3000
Invoke the NRJE subsystem by entering the NRJE
command and specifying RMT11 as the
default workstation identifier.
:NRJE RMT11
A banner line identifies NRJE and its version.
product
number
version
number NJRE (C) HEWLETT-PACKARD CO.
copyright
year
An NRJE welcome message follows the banner line.
The text of this message is configured by an
NRJE manager.
WELCOME TO NRJE
A configured prompt string, RMT11>, is sent by NRJE.
This identifies your default workstation.
RMT11>...
Now you can issue an NRJE subsystem command.
A two-line SUBMIT command is entered next.
An ampersand (& ) continues the command to
a second line. File identifiers follow the
command. All files are from your logon group
and account.
RMT11>SUBMIT FRONTJCL, DATA1, DATA2,&
RMT11>BACKJCL
A message is displayed indicating that your
job stream has been constructed and is
ready to be sent to the host system.
Note the number in the message (1042) for
future reference, or use the job naming
capabilities of the SUBMIT command.
JOB SUCCESSFULLY SUBMITTED. THE SPOOL FILE IS:
#O1042
Now you can issue other NRJE commands.
RMT11>...
Issue an EXIT command which returns
control to MPE.
RMT11>EXIT
Your MPE prompt is returned and you can issue
MPE commands.
:...