acbx-control-block-name |
The pointer to the extended Adabas control block
(ACBX) to use for the call.
|
format-buffer-ABD |
The name of or pointer to the format buffer ABD that
defines a format buffer segment to use for the call. Each format buffer segment
must end with a period and be a complete and valid standalone format buffer.
Multiple format buffer ABDs can be specified in a single ACBX direct
call.
|
ISN-buffer-ABD |
The name of or pointer to the ISN buffer ABD that
defines an v segment to use for the call. Only one ISN buffer ABD can be
specified in a single ACBX direct call.
|
multifetch-buffer-ABD |
The name of or pointer to the multifetch buffer ABD
that defines a multifetch buffer segment to use for the call. Multiple
multifetch buffer ABDs can be specified in a single ACBX direct call.
|
performance-buffer-ABD |
The name of or pointer to the performance buffer ABD
that defines a performance buffer segment used by Adabas Review. The performance buffer
segment is reserved for use by Adabas Review.
|
record-buffer-ABD |
The name of or pointer to the record buffer ABD that
defines a record buffer segment to use for the call. Multiple record buffer
ABDs can be specified in a single ACBX direct call.
|
reentrancy-token |
The ADALNK reentrancy token. This is a fullword in
the calling program's storage where ADALNK stores the address of its static
data area. This fullword should be set to zero before the first Adabas call. It
should then remain unchanged for all subsequent direct calls while the program
runs.
|
reserved-fullword |
The fullword containing binary zeros. This fullword
is reserved for use by Adabas and should be set to binary zeros before the
first Adabas call.
|
search-buffer-ABD |
The name of or pointer to the search buffer ABD that
defines a search buffer segment to use for the call. Only one search buffer ABD
can be specified in a single ACBX direct call.
|
user-buffer-ABD |
The name of or pointer to the user buffer ABD that
defines a user buffer segment (extension) to use for the call. The user buffer
extension (UBX) is used for the user data passed to user exits LNKUEX1 (link
routine pre-call exit) and LNKUEX2 (link routine post-call exit). A single user
buffer ABD can be specified in an ACBX direct call.
|
value-buffer-ABD |
The name of or pointer to the value buffer ABD that
defines a value buffer segment to use for the call. Only one value buffer ABD
can be specified in a single ACBX direct call.
|