Entry points >  Module Supervisor >  Standard script TRTIMPOBJ  

Display all Hide all

DELTRT_EXE: Prevents the deletion of the generated processing

The DELTRT_EXE entry point is used to prevent the deletion of the WWIMP* processing generated for the import.

Context and operating mode

The DELTRT_EXE entry point is called after each file import if the filename# syntax is used. If the GPE variable is set to 1, the generated file is not deleted.

DELTRT_END: Prevents the deletion of the generated processing

The DELTRT_EXE entry point is used to prevent the deletion of the WWIMP* processing generated for the import.

Context and operating mode

The DELTRT_END entry point is called at the end of the import. If the GPE variable is set to 1, the generated file is not deleted.

MOVFIL: Prevents the imported file from being moved.

The MOVFIL entry point is called at the end of a file import. If the GPE variable is set to 1, the imported file is not moved to the final directory.

It is also possible to use this entry point to move the file after an import to a directory other than the default one. To do so, you need to set the GPE variable to 0 and modify the FICFIN variable containing the path of the final file (the path of the file that has been imported is located in the FICTMP variable).

Context and operating method

The MOVFIL entry point is called at the end of a file import. If the GPE variable is set to 1, the imported file is not moved to the final directory.

It is also possible to use this entry point to move the file after an import to a directory other than the default one. To do so, you need to set the GPE variable to 0 and modify the FICFIN variable containing the path of the final file (the path of the file that has been imported is located in the FICTMP variable).