In the following example, the operand d1 must be given an initial value by the PERFORM statement. Append = "initial-value" to the PERFORM USING statement.
class-id myClass. method-id myMethod. perform using d1 as type System.IDisposable *> add = "<init_value>" to this line continue end-perform end method. end class.