98.2.4
DISPLAY-FTBL / REGENERATE-FTBL
1.
Interrogate the format tables with output in list format (DISPLAY).
2.
Interrogate the format tables with output in position-oriented commands for regeneration (REGENERATE).
Procedure Overview
Command Code
Parameter
DISPLAY-FTBL
[FORMNO=<number>];
(1)
REGENERATE-FTBL
[FORMNO=<number>];
(2)
Examples
1.
Interrogate format table 4 with output in list format.
Input:
DISP-FTBL:FORMNO=4;
Output:
FORMAT NUMBER : 4
SETNO.:#@@@ COSTNO.:#@@@@@ UNIT:#@@@ DESTNO.:#@@@@@@
VARIABLE FIELDS
FLDNAME FILLTYPE FILLER FLDALIGN COMPOS
RECNO CHAR "0" RIGHT 000
CHRGEE CHAR "0" LEFT 000
CHRGUNIT CHAR " " LEFT 000
DESTPTY CHAR " " RIGHT 000
2.
Interrogate format 4 for regeneration.
Input:
REG-FTBL:FORMNO=4;
Output:
ADD-FTBL:4,B,FORM,1,N," SETNO.:#@@@ COSTNO.:#@@@@@ UNIT:#@@@ DESTNO.:#@@@";
ADD-FTBL:4,B,FORM,2,Y,"@@@";
ADD-FTBL:4,B,FIELD,1,RECNO,CHAR,"0",R;
ADD-FTBL:4,B,FIELD,2,CHRGEE,CHAR,"0",L;
ADD-FTBL:4,B,FIELD,3,CHRGUNIT,CHAR," ",L;
ADD-FTBL:4,B,FIELD,4,DESTPTY,CHAR," ",R;
${DocTitle}
, ID:
${DocID}
©
02/2025
Mitel Networks Corporation. - All rights reserved.
Mitel and the Mitel logo are trademarks of Mitel Networks Corporation. Unify and associated marks are trademarks of Unify Software and Solutions GmbH&Co. KG.
All other trademarks herein are the property of their respective owners.