Previous Topic: PL/I DML Statements for Pageable MapsNext Topic: DECLARE MAP


Overview

Pageable maps are defined by using the CA IDMS UCF mapping facility. A CA ADS dialog or program that uses a pageable map must include statements to handle storage and display of fields on the pageable map at runtime. This appendix presents the PL/I DML statements that enable a program to use pageable maps.

Notes:

PL/I DML Statements

PL/I DML statements used for pageable maps are listed in the following table and described separately on the following pages:

Clause

Use

DECLARE MAP

Specifies that mapping mode terminal I/O is being used and names the map used in the program.

MAP IN

Requests a transfer of modified pageable map data to program storage by specifying either the DETAIL or HEADER clause.

MAP OUT

Creates detail occurrences for a pageable map and/or requests display of map pages when the DETAIL or RESUME clause is specified.

STARTPAGE SESSION

Begins a map-paging session and specifies options for the session.

ENDPAGE SESSION

Terminates a map paging session.

Note: For more information about PL/I, see the CA IDMS DML Reference Guide for PL/I.

More information:

Pageable Maps