Previous Topic: Backpaging CapabilityNext Topic: Building and Displaying Fields


Paging Mode

Definition

The paging mode specification for a dialog or program determines whether the terminal operator can modify variable map fields:

Note: UPDATE cannot be specified if backpaging is not allowed and NOWAIT is specified as the paging-type.

How to Specify the Paging Mode

The paging mode is specified for a CA ADS dialog or application program as follows:

Language

Option/Clause

CA ADS

  • UPDATE/BROWSE option—Map Specifications screen in ADSC
  • PAGING MODE clause—BACKPAGE (Yes/No)

COBOL or PL/I

UPDATE/BROWSE clause of the STARTPAGE statement

Assembler

FLAG=UPDATE/BROWSE clause of the #STRTPAG macro

Note: