Enumerations

Location

auxStorage
Temporary store data is to reside in auxiliary storage (disk).
memory
Temporary store data is to reside in memory.

NoSpaceOpt

What action to take if a shortage of space in the queue prevents the record being added immediately.

suspend
Suspend the application program.
returnCondition
Do not suspend the application program, but raise the NOSPACE condition instead.
[[ Contents Previous Page | Next Page Index ]]