Previous Topic: Terminal ManagementNext Topic: Housekeeping


Mapping Mode

In mapping mode, your program communicates with 3270-type terminal devices. DC uses maps to associate screen positions on the terminal with fields in program variable storage.

Example of Map Data Fields

The EMPDISPM map below associates row 4, column 24, with the EMP-ID-0415 field in variable storage; the map associates row 5, column 24, with the EMP-LAST-NAME-0415 field, and so on.

*** EMPLOYEE INFORMATION SCREEN *** EMPLOYEE ID : ____ LAST NAME : ____________ FIRST NAME : ________________ ADDRESS : ________________ : ____________ : __ __________ DEPARTMENT : ____________________ ENTER AN EMPLOYEE ID AND PRESS ENTER *** PRESS CLEAR TO EXIT

Creating a Map

To transfer data in mapping mode, you must first create a map by using either the online or batch compiler of the CA IDMS Mapping Facility. You associate map variable fields with either database records or IDD-defined work records.

Maps are available as load modules to the DC run-time system. DC views map load modules as programs.

Mapping Mode Terminal Management

Using mapping mode terminal management, you can perform the following functions:

Mapping Terminology

You should understand the following terms related to maps:

For a complete description of maps and map attributes, see CA IDMS Mapping Facility Guide.