This entry point is located in the TRTMIGTABX3.processing.
It is used by the validation of migrating folder.
It makes it possible to create temporary tables for specific tables.
In all cases, the temporary table name must be recovered by subprogram MIGTABNAME of TRTMIG (see entry point TABNAME of TRTMIG)
This entry point must be defined in the application root folder.
There is no transaction in progress.
There is an open log file.
Upon creating temporary tables, it makes it possible to add the creation of temporary tables for specific tables.
The syntax to be used is the following
Call MIGTABTABADD (DOSSIER,"YTABLESPE","","IDENT1+IDENT2",NBTAB,WTABLE,WTABLEJ,WABRJ,WTABIDX,ERR) From TRTMIG
If ERR: GOK=0: : Return: Endif
-The original table is given a name (ex: YTABLESPE)
- An optimization index is provided, to be added on the table (ex: IDENT1+IDENT2)