rptgen - Compile Report
rptgen [-A|-O] [-t|c|r] [-snn] [-nVfvPGBNCR]
[-l language] productline [systemcode [ProgramCode]]
Compile report definitions. For more information, see Doc for Developers: Application Development Workbench Standards.
Program Option | Description |
---|---|
A
|
If the product line is in staged mode, update the RptMap in the stage directory. |
O
|
If the product line is in staged mode, update the RptMap in the runtime production environment. |
t
|
Build .rd for COBOL.
|
c
|
Build .rd for C. Used only
at Lawson.
|
r
|
Build .rd for RPG.
|
s nn
|
Override default page size. Must be followed
by a two-digit specification for the page size (
nn
). Valid values are 00 or 20 - 99.
|
n
|
Set NOKEYBRK ON for all reports in .rpt. |
V
|
Display the version number of this utility. |
f
|
Use the classic RptMap type (fixed size). |
v
|
Use variable size RptMap type (US). This is the default. |
P
|
Build .prop file (no RptMap).
|
G
|
Build .grp file (no RptMap).
|
B
|
Build .prop and .grp files, and the RptMap.
|
N
|
Build the RptMap only. Do not build .grp or .prop files. This is the default. Any existing .grp or .prop files are removed.
|
C
|
Build the CSV specification files only. (Do not build
the RptMap or the .grp or .prop files.)
|
R
|
Do not build the CSV specification files with the RptMap. |
l
|
The language for the .prop files.
|