Entry points > Module Supervisor > Standard script REQUETES 

FINREQ

The FINREQ entry point is located after the execution of a batch task, if the request has not been interrupted voluntarily or by the batch server.

Context and operating mode

In the context of the entry point :

  • A trace file is open

The following tables are on line :

Table

Significant content

Table description

ABATRQT [ABR]

No

Batch server (queries)

ABATPAR [ABP]

No

Batch server (parameters)

The FINREQ entry point is set in the REQUETES process just after the update of the request flag and before the triggering of the other requests in the same group.

If in the batch task, a log has not been opened, the current open log is in the file APPLI_server."RQT"_request_number.tra.

FICTRQ contains the open log name
GERRTRACE contains the number of errors in the log
OKRQT contains the GOK if managed by the task.

The ABATRQT and ABATPAR tables are opened and registered.

ERRREQ

The ERRREQ entry point is inserted into the error management sub-programs.

Context and operating mode

In the context of the entry point :

  • A trace file is open

The following tables are on line :

Table

Significant content

Table description

ABATRQT [ABR]

No

Batch server (queries)

ABATPAR [ABP]

No

Batch server (parameters)

The ERRREQ entry point is positoned in the REQUETES process in the error management sub-programs triggered by the "Onerrgo" instruction. This entry point is used to manage a finer error management.

FICTRQ contains the open log name
GERRTRACE contains the number of errors in the log
OKRQT contains the GOK if managed by the task.

The ABATRQT and ABATPAR tables are opened and registered.