
cicsmap - generate BMS map files
The cicsmap command processes a source file that contains Basic Mapping Support (BMS) macros, and generates either a symbolic map or maps, or a physical map or maps, or both as …
cicsmap - IBM
The cicsmap command processes a source file that contains Basic Mapping Support (BMS) macros, and generates either a symbolic map or maps, or a physical map or maps, or both as …
Assembling the map - IBM
The physical map set contains format information in encoded form. CICS® uses it at execution time for constant fields and to determine how to merge in the variable data from the program.
Sample CICS programs and maps - IBM
These samples are for running on a CICS® server. To run the sample programs, the sample CICS programs must be built, defined and installed on your CICS server. The sample CICS …
EXEC CICS SEND MAP - IBM
SEND MAP sends output data to a terminal. When using the SEND MAP command with any of the ALARM, FREEKB, FRSET, HONEOM, L40, L64, L80, or PRINT options, see BMS macro …
BMS map set, map, and field definition
You assemble a BMS map set definition to generate either a symbolic description map or a physical map. The physical map is a structured data area used at execution time to build the …
CICS URI map details - IBM
A CICS® URI map is a resource definition that matches the URIs of Web service requests and provides information on how to process the requests. The "CICS URI map details" page shows …
EXEC CICS RECEIVE MAP - IBM
RECEIVE MAP maps input data from a terminal into a data area in an application program. Data from certain logical units is not mapped, but is left unaltered. Refer to the appropriate CICS® …
Using Basic Mapping Support (BMS) in CICS
To send data from an application program to a display screen or printer, use the EXEC CICS SEND MAP command. To transmit device control orders, use the EXEC CICS SEND …
RECEIVE MAP - IBM
RECEIVE MAP maps input data from a terminal into a data area in an application program. Following a RECEIVE MAP command, the inbound cursor position is placed in EIBCPOSN, …