Delete objects created by the Xsockets tool

You may need to delete objects that are created by the Xsockets tool. The program named TSODLT is created by the installation program to remove the objects created by the tool (except the library and the program TSODLT) or remove the source members used by the Xsockets tool, or both.

The following set of commands allow you to delete these objects:

To delete ONLY the source members used by the tool, enter the following command :

CALL TSODLT   (*YES *NONE)

To delete ONLY objects that the tool creates, enter the following command:.

CALL TSODLT   (*NO  library-name)

To delete BOTH source members and objects created by the tool, enter the following command:

CALL TSODLT   (*YES library-name)