HP-UX SNAplus2 R7 NOF Programmer's Guide

Introduction to the NOF API
NOF Verbs to Manage Specic SNAplus2 Functions
1.5.4 5250 Communications
If SNAplus2 users will be using 5250 emulation to communicate with AS/400 systems, you need to dene the
communications link to the AS/400. For more information, see Section 1.5.2, Getting Started.
You then need to dene local LUs that can be used for 5250 emulation. To dene LUs, use the following verb:
DEFINE_LOCAL_LU
If the 5250 emulation program identies a partner LU by its LU alias, you need to dene the partner LU to associate
the alias with an LU name. (If the program identies a partner LU by its LU name, this step is not required.) To
dene partner LUs, use the following verb:
DEFINE_PARTNER_LU
You then need to dene the users that can access these LUs. To dene users, use the following verb:
DEFINE_EMULATOR_USER
To obtain information about the conguration of 5250 users, the conguration or current status of local LUs, the
current status of partner LUs, or the denition of partner LUs, use the following verbs:
QUERY_EMULATOR_USER_DEF
QUERY_LOCAL_LU
QUERY_PARTNER_LU, QUERY_PARTNER_LU_DEFINITION
To delete users so that they can no longer access 5250 emulation or to delete LUs when they are no longer required,
use the following verbs:
DELETE_EMULATOR_USER
DELETE_LOCAL_LU, DELETE_PARTNER_LU
1.5.5 RJE Communications
If SNAplus2 users will be using RJE to submit jobs to host systems for processing, you need to dene the
communications link to the host. For more information, see Section 1.5.2, Getting Started. The denition of
the LS to the host must include the name of a local PU to own the LUs required for RJE and must have the
solicit_sscp_sessions parameter set to
AP_YES.
You then need to dene LUs that can be used for RJE and the RJE workstations that can access these LUs.
To dene LUs, use the following verbs:
DEFINE_LU_0_TO_3, DEFINE_LU_0_TO_3_RANGE
To obtain information about the conguration or current status of LUs, use the following verb:
QUERY_LU_0_TO_3
To obtain information about the PU that owns an LU, use the following verb:
QUERY_PU
To dene workstations, use the following verb:
DEFINE_RJE_WKSTN
To obtain information about the denition of a workstation or about its current status, use the following verbs:
QUERY_RJE_WKSTN_DEF, QUERY_RJE_WKSTN
To delete LUs or workstations when they are no longer required, use the following verbs:
DELETE_LU_0_TO_3, DELETE_LU_0_TO_3_RANGE
DELETE_RJE_WKSTN
52