Display SQL used to generate script

How can I see the underlying SQL that is used by TOAD 5.0.3 to generate DDL (script) for objects such as plans and packages?

Toad does not externalize that SQL.
I am curious as to why you might want to see that.
Jeff

Mainly just to keep me from having to write and maintain my own SQL …
I’d like to generate BIND statements and save them as a backup mechanism… or to keep other DB2 subsystems in sync, or to help insure that when a BIND is done it is consistent with the way it was previously done.