Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Online Express enables you to write custom code as local code, global
code, user rules, and paragraphs.
Observe the following coding rules.
A paragraph can consist of a main paragraph, other paragraphs that
the main paragraph performs, and Data Division source code for the paragraphs.
For each paragraph, enter PARA in columns 4
through 7, and the paragraph name in column 12 on the same line. On the
following lines, enter COBOL S-COBOL statements. Do not use any other AMB
keywords in paragraphs.
To pass arguments to the paragraph, code them next to the paragraph
name without parentheses. For example:
paragraphnamearg1 arg2 arg3 .
After coding all paragraphs, use Data Division keywords to define
data items that the paragraphs reference.