Transaction keybinding

Top  Previous  Next

Transaction keybinding command enables the automatic installation of default user exit routines that controls the AID handling. This program starts the specified transaction code when a certain key pressed on terminal.

To define a key bind use the link directive.

An alternative to this directive may be the definition and installation of an user written exit program (refer to the XCICS Customization Guide).

Syntax

link <AID>=<transid>;

 

The following AIDs are supported:

DFHNULL
DFHENTER
DFHCLEAR
DFHPEN
DFHOPID
DFHPA1
DFHPA2
DFHPA3
DFHPF1
DFHPF2
DFHPF3
DFHPF4
DFHPF5
DFHPF6
DFHPF7
DFHPF8
DFHPF9
DFHPF10
DFHPF11
DFHPF12
DFHPF13
DFHPF14
DFHPF15
DFHPF16
DFHPF17
DFHPF18
DFHPF19
DFHPF20
DFHPF21
DFHPF22
DFHPF23
DFHPF24

 

Example:

link DFHPF11=SAVE;
link DFHPF12=BACK;