Table showing how the .NET properties map to the component parts of an ECI request.
ECI term | .NET class property |
---|---|
Abend code | EciRequest.AbendCode |
Channel | EciRequest.Channel. See Introduction to channels and containers. |
COMMAREA | EciRequest.SetCommareaData EciRequest.GetCommareaData EciRequest.CommareaLength |
ECI return code | EciRequest.EciReturnCode |
ECI timeout | EciRequest.Timeout. See Timeout of the ECI request. |
LUW control | EciRequest.ExtendMode. See Program link calls. |
LUW identifier | EciRequest.LuwToken. See Managing logical units of work. |
Password or password phrase | EciRequest.Password. See Security in the ECI. |
Program name | EciRequest.Program |
Server name | EciRequest.ServerName |
TPNName | EciRequest.MirrorTransId. See ECI and CICS transaction IDs. |
TranName | EciRequest.TransId. See ECI and CICS transaction IDs. |
Userid | EciRequest.UserId. See Security in the ECI. |