Previous Topic: CA ADS DialogsNext Topic: Map Inquiry and Modification


Other Languages

IDMS/UCF COBOL, Assembler, and PL/I programs specify mapout and mapin by using CA IDMS DML statements specific to each language:

COBOL and PL/I

This operation

Requests

MAPOUT

The transmission of data from application program storage to the terminal.

MAPIN

A transmission of data from the terminal to application program storage.

MAPOUTIN

A mapout operation followed by a mapin operation.

Assembler

This operation

Requests

#MREQ OUT

A transfer of data from application program storage to the terminal.

#MREQ IN

A transfer of data from the terminal to application program storage.

#MREQ OUTIN

A mapout operation followed by a mapin operation.

The MAPOUTIN and #MREQ OUTIN statements are used in conversational (rather than pseudo-conversational) programs.

Note: For more information about DML mapout and mapin commands, see the appropriate CA IDMS DML Reference Guide for COBOL, Assembler, or PL/I.