Gets or sets the name of the CICS program to call.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
public string Program { get; set; }
Visual Basic
Public Property Program As String
	Get
	Set
Visual C++
public:
property String^ Program {
	String^ get ();
	void set (String^ value);
}

Field Value

The name of the CICS program.

Remarks

The maximum length of a program name is 8 characters. If the specified value is longer than 8 characters it will be truncated.

See Also