Note: Built-In Function Rules Usage Options
Reads one of the LANSA internal tables.
This is a Specialized Built-In Function for use in a Development Environment only.
Arguments
No.
Type
Req/ Opt
Description
Min Len
Max Len
Min Dec
Max Dec
1
A
Req
Task Identifier
NB. Value must be right justified.
8
2
Opt
Task Status
Values:
OPN = Open (No Work done yet)
WRK = Open (Work has been done)
CLS = Closed (Work completed Objects still locked to the task)
FIN = Finished (Objects no longer locked)
ACT = Opn & WRK
If no value specified all tasks are returned. This is the default.
3
Task User ID
10
Return Values
L
Working list containing tasks.
The list must contain no more than 32,767 entries and with entries in the following format:
From - To Description
1 - 8 Task Identifier
9 - 58 Task Description
58
The last Task Identifier in the returned list.
Return Code
OK = list returned partially or completely filled with tasks. No more Tasks exist beyond those returned in the list.
OV = list returned completely filled, but more Tasks than could fit in the list still exist.
NR = list was returned empty. Last Task Identifier in list returned as blanks.