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

Chapter 5 101
Intrinsic Descriptions
MCGetAttr
MCGetAttr
Returns information pertaining to the specified conversation.
Syntax
I16V I32 CA
MCGetAttr(
ResourceID
,
Status
, [
OwnFullyQualifiedLUName
],
CA CA
[
PartnerLUName
], [
PartnerFullyQualifiedLUName
],
CA I16
[
ModeName
], [
SyncLevel
]);
Parameters
ResourceID
Required; 16-bit signed integer by value; input. This is
the unique resource ID number assigned to this
conversation when it was allocated. See MCAllocate or
MCGetAllocate, in this chapter, for more information.
Status
Required; 32-bit signed integer; output. Indicates the
result of intrinsic execution. See the “Status
Parameter” section, earlier in this chapter, for more
information.
OwnFullyQualifiedLUName
character array; output. If the specified conversation is
using a dependent LU to communicate with a Type 5
node (like an IBM mainframe), this parameter is not
implemented and returns a 17-character array of
blanks.
If the specified conversation is using an independent
LU on MPE XL to communicate with a Type 2.1 node
(like an IBM AS/400), this is a 17-character array that
returns the fully qualified LU name of the local LU. It
has the form
NetID.LUName
, where
NetID
and
LUName
are the names of the local SNA network and the local
LU configured in the APPC subsystem configuration.
See the APPC Subsystem on MPE XL Node Manager’s
Guide for information on APPC subsystem
configuration.