Dictionary/3000 Reference Manual (32244-90001)

Chapter 6 201
The Dictionary DICTPDE Utility
>ALTER VPLUS
Example
>alter vplus
GENERATE TABLES FOR VPLUS EXTRACTS (N/Y)> y
>generate file
FILE(S)> forma Specifies a VPLUS form.
type
forma =
record
case integer of
0 :
(
f5 : packed array[1..6] of char;
f10 : packed array[1..10] of char;
f20 : packed array[1..20] of char;
f2 : packed array[1..2] of char;
under_score_to : packed array[1..14] of char;
);
1 :
(
forma_buf : packed array[1..53] of char
);
end;
forma_array = array[1..5] of integer;
const
forma_off = forma_array[1, 7, 17, 37, 39];
forma_len = forma_array[6, 10, 20, 2, 14];
forma_num = forma_array[1,2,3,4,5];