Previous Topic: Deploy the ApplicationNext Topic: Trace Generated Applications


Format for Load Module and Trancode Filenames

The Web View UI generator will generate startup files for each load module and trancode defined in the window and cooperative packaging. These HTML files are used to start the application.

For load modules, the filenames will be suffixed with '.LM'.

Example:

If the packaging is windows and the load module name is X, the load module HTML file will be generated as 'WIN.X.LM.html'.

For trancodes, the filename will contain the trancode name suffixed with '.TC’.

Example:

If the packaging is cooperative and the trancode name is X, the trancode HTML file will be generated as 'COOP.X.TC.html'.