Accessing the generated files
You can access the generated files of the instances if they have been uploaded to the server.
In the super references result tab, expand the tree until you can see the lines that represent the generated files (Entry Point lines). These lines are embedded in the lines that represent the generated instances. If you hover over a line that represents a generated file, you can see a Download button.

Click Download to save the file or open it in an external editor such as Notepad++ or WordPad.
You can also double-click the Entry Point line to open the file directly in the web client. Then, you can see the code lines with the standard colors of the Eclipse client PDP COBOL editor.
The PDP coloring complements the standard COBOL editor coloring to identify the origin of the lines. By default, Macro lines are khaki (Pacbase facet). The code lines that are generated from the design are gray. Micropattern declaration lines are pink and the code lines that are generated from micropattern insertions are blue.