SNA NRJE User/Programmer Reference Manual (30292-90006)

Chapter 5 137
User Intrinsics
NRJEAlter
NewPri
An input integer variable. All jobs that are qualified
by
Name
have their transmission priority revised to
NewPri
, which is from 0 through 14. The highest
priority is 14.
Result
An eight-element integer output array (required).
The
Result
array contains error codes that occurred
during execution of this intrinsic.
The first element of the
Result
array is set to zero if no
errors took place. The structure of the
Result
array is
described in “Parameters Common to NRJE Intrinsics”
in the introduction to this chapter.
Always test the first element of
Result
immediately
after you call this intrinsic. If the first element of
Result
is not zero, test the other elements of
Result
to
determine the nature of the problem that has occurred.
Description
Use NRJEAlter to revise the priority of jobs submitted from a
Wsid
but
not transmitted to the host. Specify the job set in
Name
and the desired
priority in
NewPri
. The
NameLen
parameter is the length of the string in
Name
. The consequences of NRJEAlter execution are returned in
Result
.
Text Reference
See the ALTER command in Chapter 3 , “User Commands.