Server Guide


ADDRESS command

Gets access to CICS storage areas. In Smalltalk, the parameters of the ADDRESS command are contained in two classes: CICSAddress and CICSAddressResult.

See CICS Application Programming Reference for the syntax of the command and a description of its parameters.

The object returned is a CICSObject, which is a subclass of OsPtr. As such, the object can be accessed directly using methods such as copyFrom:to:. Alternatively, you can subclass CICSObject with your own application-defined class.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]