SNA NRJE User/Programmer Reference Manual (30292-90006)
Chapter 6 199
NRJE Manager Intrinsics
NRJEStartWS
NRJEStartWS
Initiates a workstation or LUs.
Syntax
BA I BA I IA
NRJEStartWS (
Wsid
,
ChainSize
,
LUNames
,
LUNamesLen
,
Traces
,
I I I BA
TraceFileLen
,
TraceMedium
,
TraceSize
,
TraceFile
,
BA IA
DefaultFile
,
Result
)
Parameters
Wsid
An eight-character input byte array. The
Wsid
parameter identifies your workstation. It must contain
a left-justified alphanumeric name beginning with a
letter. If the workstation identifier is less than eight
characters long, it must be followed by blanks.
ChainSize
An input integer variable. The
ChainSize
parameter contains the number of request units (RUs)
to send in one SNA chain, from 1 through 99. See
“Glossary” for a definition of RU. If the value of
ChainSize
is 0, the configured default value applies.
LUNames
An input byte array. The
LUNames
array is a list of
eight-character logical unit (LU) names. In MPE V,
these are LU class names as configured in the SNA
Configuration: Classes screen. In MPE XL, these are
host names (not NAUs) of LUs that you wish to start.
See “Glossary of Terms” for the definition of an LU.
Each entry is left-justified, and blank-filled. The
number of entries is specified in
LUNamesLen
.
Following is an example of an
LUNames
array of four
entries:
FIRSTLU
NEXTUNIT
NTHLU
LASTUNIT
You cannot start an
LUName
that is already started.
LUNamesLen
An input integer. The
LUNamesLen
parameter
specifies the number of entries in
LUNames
, from 0
through 16. The value of
LUNamesLen
for the
LUNames
example above is 4.