LU 6.2 API Application Programmer's Reference Guide (30294-90008)

Chapter 5 67
Intrinsic Descriptions
Status Parameter
Programs should be able to reference the
Status
parameter as a full
32-bit integer and as two 16-bit fields.
After executing an intrinsic, always compare the 32-bit value in the
Status
parameter to zero (successful completion).
If
Status
is not zero, compare the 16-bit value in the status info field
with the numbers of any messages that can be generated by the
intrinsic. At the end of every intrinsic description in this chapter is a
list of the important status info messages that can be generated by that
intrinsic.
Work with the application programmers at the remote site to determine
the procedures you will follow if you encounter errors.
See Appendix B , “Sample Programs,” for programming examples using
LU 6.2 intrinsics with the
Status
parameter.