Set the output preferences for your AMB project, and view the properties for the BLDRAPPL application and the BLDRUPD program.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Requirements
Before attempting this tutorial, you must complete:
If you have closed
Enterprise Developer, start it; then open the AppMaster Builder perspective.
- Set output preferences
-
- If it isn't already active, in Eclipse, switch to the AppMaster Builder perspective.
- Click
AppMaster Builder Preferences page
.
- From the list of preferences pages, select
Output.
- Under
Save options, check
Save COBOL.
Save COBOL instructs AMB to save COBOL output in your project. In this case, because we have a CICS application defined,
Save COBOL saves COBOL output to the
COBCICS subdirectory.
- Check
Generate non-OS/VS COBOL (default), and
List generated code.
Generate non-OS/VS code
|
Generates COBOL instead of OS/VS COBOL
|
List generated code
|
Produces a code listing in report format when you generate a program or application.
|
- Click
Apply and Save.
- View application properties
- The BLDRAPPL demonstration application is a CICS/VSAM application. Its application properties have been set for you. To view
them:
- From the AppMaster Builder
Project Explorer, expand the
C:\amb_tutorials\BLDRAPPL\dev1 project.
- Right-click the
BLDRAPPL application; then select
Properties from the context menu.
- Click
Settings and take note of the
User Interface,
MOD Size, and
Databases settings.
- Click
Cancel.
- View program properties
- When you add a program to an AMB project, it is created with a default set of properties. The BLDRUPD program that you added
previously does not require that you change any of the default settings; however, you should view them to become familiar
with these settings.
- From the AppMaster Builder
Project Explorer, expand the
C:\amb_tutorials\BLDRAPPL\dev1 project and the
BLDRAPPL application.
- Right-click the
BLDRUPD program; then select
Properties from the context menu.
- In particular, click
Settings and take note that the
Program type is set to
Online Express.
- Click
Cancel.
This completes the tutorial. Next, please complete
Tutorial: Learn Screen Painter Techniques.