Structure Summary

Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

For this task...

Use this structure...

Coding the Input/Output Section

01 or IO keyword

Coding Working-Storage structures

WS keyword

Identifying the report

RED keyword

Describing the report page for printing

CONTROL PAGE LIMIT

Identifying the report mock-up

MOCK keyword

Indicating the report groups

  • 01 keyword
  • TYPE clause

Mapping report lines

  • 01 keyword
  • MOCKUP statement

Mapping report fields

  • 01 keyword
  • REFERENCE statement
  • SOURCE statement
  • SUM statement
  • VALUE clause

Coding Procedure Division logic

  • GENERATE statement
  • INITIATE statement
  • NTRY keyword
  • TERMINATE statement

Coding declarative procedures to modify default processing before printing headings or footings

  • DPAR keyword
  • USE BEFORE REPORTING clause

Using COBOL picture characters as literals in the mock-up

VALUE clause

Overriding the standard COBOL WRITE statement

WRITE ROUTINE clause

Highlighting or underscoring report lines

OVERPRINT statement