Page History
...
If you are using an IBM i, the clean up program is called W3@P2200. It can be invoked to clean up individual LANSA systems. This is achieved by passing the LANSA systems to clean up as parameters to the program. For example, the call below instructs the program to only clean up the DCXPGMLIB system.
CALL PGM(W3@P2200) PARM('DCXPGMLIB')
If you have more than one system, you can pass more than one system in the PARM parameter.
...