LOCK(FBGL,FBDA,GO) |
lock entry before editing
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FBDA |
Input |
IEN of file (Batch)
|
FBGL |
Input |
Global root
|
GO |
Input |
1 to continue to try (optional)
|
FBLOCK |
Output |
1 if successful; 0 if failed
incremental lock may be issued
|
|
$$ORDER(X) |
get order number of status
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
X |
Both |
X = ien of status in file 162.92, status file
|
|
$$PAYST(FBDA,FBUCP) |
unauthorized claim payment status (released+)
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FBDA |
Input |
ien of unauthorized claim in 162.7
|
FBUPC |
Input |
Name of array (optional)
|
RESULT |
Output |
1 (true) if at least one payment and all have been
released 0 (false) if no payments or if some have not been released if FBCUP
contains the name of an array then that array will
be populated with payment information in the following format
array (claim ien) = result ^ number of payments
array (claim ien, payment file #, payment iens) = batch status
|
|
$$PAY(X,FBGL) |
determine if any payments have been made
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
X |
Input |
IEN of file
|
FBGL |
Input |
Global root
|
|