This defines each program in your application. Screens are associated with their respective programs.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Syntax:
<program name="progname" type="{APSEXPS|APSPROG}" subtype="{BATCH|STUB|NONE}"
gentype="{APSEXPS|APSEXPSF|APSPROG}"></program>
Parameters:
progname |
Name of a program |
type="APSEXPS" |
Online Express program |
type="APSPROG" |
Program Painter program |
BATCH |
Batch program |
STUB |
Program stub |
NONE |
Online Express program |
gentype="APSEXPS" |
For Online Express programs, creates a Program Painter (APSPROG) file but does not generate COBOL |
gentype="APSEXPSF" |
For Online Express programs, creates a Program Painter (APSPROG) file and also generates COBOL |
gentype="APSPROG" |
For Program Painter applications, this option generates COBOL |
Attributes: