HP-UX SNAplus2 RJE User's Guide

SNAplus2 RJE Components and Operation
Running the RJE Workstation
Chapter 366
Specifying New Temporary Directory Paths
Currently, if output is sent to a user program, all output is initially sent
to a temporary file in /var/opt/sna/rje/
WKST
/.pgmout. Also, if the
rjeusr or rjeusrpad programs are used and they leave output in the
base directory, this output is placed in
/var/opt/sna/rje/
WKST
/output.
You can specify a new directory path for these two directories by defining
the temp_directory option in the define_minor_options record in the
style file (see Chapter 6, “SNAplus2 RJE Workstation Configuration,” of
this manual). The RJE workstation will create the directories .pgmout
and output for this path. If they exist, the permissions will be modified
to be the permissions of the user and group configured for the
workstation. The user and group configured for the workstation must be
able to access the specified path, or an error will be reported.
Do not remove these directories while RJE is running. If you try to
remove them, RJE will loop while trying to access the directories.
Setting logon_retry
Normally, when RJE sends a logon to an IBM host and it receives an
error sense code, such as 0857 0002 (application (JES2) not available), it
will not retry the logon. This avoids an indefinite retry of the logon when
there may be a host or configuration error.
To force the workstation to retry sending the logon string periodically
until it succeeds, set the logon_retry option to YES in the
define-minor-options record in the style file.When you set the
logon_retry option to YES, and RJE has previously had a session with
the host, a JES (Job Entry Subsystem) termination will cause RJE to
retry the logon (about every 30 seconds). This will result in RJE
automatically establishing a session after JES is restarted.
If this is the first time RJE has attempted to establish a session with the
host and it receives an error sense code, it will not retry the logon. This
feature applies only if RJE has previously logged on to the host and the
host terminated the session and if the workstation is defined to send its
logon string at startup. You can use the snaprjecust customization
program to set
Session startup by Workstation Logon
, or specify the
send_logon
parameter in the
define_workstation_options
record).
To disable this feature, set
logon_retry
to NO.