Bewerken

Delen via


Library Properties

Use the Library properties page to set design and remote environment (RE) properties on the component library or .NET assembly.

Design Properties

Use this To do this
Component Type View the type of library component. Possible values are:

- .NET Assembly
Description Type a description of the component. The description can be a maximum of 250 Unicode characters.
Help Context ID Type the Help context ID associated with this method. It is used to connect to the Help topic for this method, and returned when an exception occurs during invocation of this method.
Initiation Type View the location of the transaction program (TP) making the request. Possible values are:

- Windows-initiated (default)
- Host-initiated
Name Type the name of the object. The name can be a maximum of 250 Unicode characters. The name must be different from any other component name in the same project. The default is Assembly(n).
Version Type the version information for the type library or the .NET assembly, expressed in the form of major.minor.

Remote Environment Properties

Use this To do this
Allow 32K In/Out Select this option if you want TI to treat the input DFHCOMMAREA independently from the output DFHCOMMAREA. TI typically combines the input DFHCOMMAREA and the output DFHCOMMAREA area. The combined areas cannot exceed 32 KB of data. When this option is selected, TI treats the input DFHCOMMAREA independently from the output DFHCOMMAREA. Each input and output area uses up to 32 KB of data. Changing this option affects the currently selected method. Possible values are:

- True
- False (default)
Remote Environment Class Select the programming model associated with the remote environment. The available models for the TCP/IP CICS target environment are:

- TRM User Data
- TRM Link
- ELM User Data
- ELM Link (default)

The available models for the LU 6.2 CICS target environment are:

- CICS User Data
- CICS Link
- The available models for the TCP/IP IMS target environment are:
- IMS Connect
- The only available model for the LU 6.2 IMS target environment is IMS User Data.

The only available model for the OS400 target environment is Distributed Program Call.

Warning

The properties of an object are not intended to be set or changed programmatically. Setting or changing the properties programmatically might cause the component to function incorrectly.

See Also

Properties (TI Project)