SNA NRJE User/Programmer Reference Manual (30292-90006)
202 Chapter6
NRJE Manager Intrinsics
NRJEStartWS
Description
The NRJEStartWS intrinsic initiates the NRJE workstation. It causes
the NRJE monitor to be streamed and run as an MPE job. See the SNA
NRJE Node Manager’s Guide for more information.
When you call NRJEStartWS, you can start all LUs of a workstation that
are configured for automatic starting (by setting
LUNamesLen
to zero),
or you can supply a list of LUs in
LUNames
and set
LUNamesLen
to the
length of the list. Call NRJELUList and NRJELUStatus to determine
which LUs have started. You can initiate intrinsic or LU (internal or
user) tracing with this intrinsic.
If you set
TraceFileLen
to zero, then a default trace file,
NMTC
nnnn
.PUB.SYS, is created and identified in
DefaultFile
. You can
always retain trace data with this method; however, considerable disk
space might be used.
NOTE
If an error occurs because of a bad trace parameter, the workstation or
LUs will not start.
After you have called this intrinsic, test the first element of
Result
to
determine its operation.
Text Reference
STARTWS is the command counterpart to this intrinsic. See the SNA
Node Manager’s Guide for additional information. Also see
NRJECONTROL START in the same manual.