Data from tables can be unloaded parallel using
-
ABLOCAL() function
-
AB_LOCAL()function
-
AB-LOCAL() function
-
AB_UNLOAD() function.
A
Correct answer
Explanation
ABLOCAL() allows Ab Initio to partition database unload operations, with each partition handling a subset of data. This enables parallel processing for faster data extraction. The function name must use an underscore (ABLOCAL not AB_LOCAL or AB-LOCAL).