
LCHECKOUT() Function - BBj
For this topic's original documentation, see LCHECKOUT() Function - Check Out License.
BBj-Specific Information
Syntax
LCHECKOUT(feature,version {,nagOnFailure} {,ERR=lineref})
Description
In BBj 9.0 and higher, the optional numeric parameter nagOnFailure is available. If this value is set to be non-zero and the lcheckout fails, BBj will nag the user about the failed checkout. The nag will continue until the specified feature/version is successfully checked out or until the program executes START.
Example
B=LCHECKOUT("ACCTRECEIVE","1.0",1,ERR=210) |