Suppose you want to
use the RECORDFLAGS= option to launch a debug image for the SPD Server
record locking process (bit flag 1), and to produce a core file if
an unexpected exception is encountered while running (bit flag 4).
To perform both actions, submit the sum of the bit flags (1+4) = 5
as the argument for your RECORDFLAGS= option statement:
RECORDFLAGS= 5
Use the RECORDFLAGS=
option to launch a debug image for the SPD Server record locking process
(bit flag 1), to load the image specified in ALTBINPATH= (bit flag
2), and to produce a core file if an unexpected exception is encountered
while running (bit flag 4). To perform all three actions, submit the
sum of the bit flags (1+2+4) = 7 as the argument for your RECORDFLAGS=
option statement:
RECORDFLAGS= 7