Files > COMPILED ROUTINE

name
COMPILED ROUTINE
number
.83
location
^DI(.83,
description
This file stores information used for creating compiled SORT routines. During the FileMan SORT/PRINT option, if the user has specified that a sort template is compiled, a routine name is generated by concatenating "DIZS" with the next available number from this list. A flag indicates whether or not a number is currently in use.
Fields
#NameLocationTypeDetailsIndexDescription
.01routine number(+)0;1NUMERICBThis is a number that can be used to generate the name of a compiled SORT routine. The literal 'DIZS' is concatenated with the number to form a compiled sort routine name. The routine will be in use only during the running of a sort/print. After the print completes, the number is again made available for use.
1in use0;2SET OF CODESy:YES, NUMBER IS IN USE
n:NOT IN USE
CDuring the running of the FileMan sort/print, if the sort is compiled, a cross-reference on this flag is checked to find the first available number that is not in use. The number is then marked in use and is concatenated on the end of literal 'DIZS' to create the routine name of the compiled routine. After the sort/print completes, the flag is then reset to 'NOT IN USE'.

Not Referenced