AMT Help Files
Home Development Command Translation CICS Commands ADDRESS SET

ADDRESS SET

COBOL Java
EXEC CICS ADDRESS SET ibmCics.addressSet

Syntax

ibmCics.addressSet( <Set>, <Using> );

Parameter(s)

<Set>
The pointer reference.
<Using>
The pointer value supplier.

Example(s)

COBOL Java
EXEC CICS
    ADDRESS SET(CUST-STRUCT)
        USING(WS-STRUCT-PTR)
END-EXEC.
                
ibmCics.addressSet(locDef.cust_Struct, locDef.ws_Struct_Ptr);
                

Contents

 Go to top