Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
- Type your Procedure Division source code beginning on the line after
the NTRY keyword. Procedure Division source code can include the following:
- COBOL or S-COBOL statements, paragraphs, or global code
- AMB database and data communication calls
- Customizer rule calls and other statements
- To code a paragraph, type PARA in columns 4
through 7, the paragraph name in column 12 on the same line, and associated
paragraph statements on the following lines.
- To include a program stub in the program, type
STUB in columns 4 through 7 and the stub name in column
12 on the same line.