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.
If you have multiple Web-enabled LANSA systems on your IBM i, it is strongly recommended that each of these systems has its own separate LANSA Web working library. When the clean up program is invoked, it clears the working library for the system. If more than one LANSA system shares the same working library, you may cause unpredictable results in the other systems that share the working library.
Multi-tier Model
If you are deploying your application using the Multi-tier model, the clean up program should be invoked at the Data/Application Server.
...