Gets or sets the identifier of the mirror transaction that will be used to process the request.
Namespace:
IBM.CTG
Assembly:
IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 10.1.0.0 (10.1.0.0)
public string MirrorTransId { get; set; }Public Property MirrorTransId As String
Get
Set
public:
property String^ MirrorTransId {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
This transaction must be defined as a mirror transaction in the CICS server.
If the request is extended, this property has a meaning only for the first request within a logical unit of work (LUW). Subsequent
requests within the same LUW will use the mirror transaction specified on the first request.
The maximum length of a transaction identifier is 4 characters. If the specified value is longer than 4 characters it will be truncated.
Reference