Previous Topic: @MODIFY (LRF) ExampleNext Topic: #MREQ Syntax


#MREQ—determines how data is transferred

The #MREQ statement determines how data is transferred between the terminal and program variable storage. There are three types of #MREQ statements, each performing a different type of I/O operation:

Native Mode Transfers

You can also use the #MREQ statement to perform the following native-mode data transfers:

Synchronous and Asynchronous Requests

All #MREQ input requests are synchronous; output requests can be either synchronous or asynchronous:

To transfer data immediately from program variable storage to the terminal, your program can issue a write-direct-to-terminal #MREQ OUT request (blast). Blast requests must be directed to 3270 devices that support mapping-mode terminal I/O operations.

Note: For more information about mapping functions, see the Mapping Facility Guide.