The DELTRT_EXE entry point is used to prevent the deletion of the WWIMP* processing generated for the import.
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.
The DELTRT_EXE entry point is used to prevent the deletion of the WWIMP* processing generated for the import.
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.
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).
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).