[Next] [Up] [Back] [Previous] [Contents]

3.46 DISTP


Calling sequence : CALL DISTP (IEXIT)

Purpose : To de-activate the database interface routines.

Parameters :

  Out
  IEXIT Error Condition (Integer)

Use : When all data has been processed, this routine is called to de-activate the routines. If this routine is called and there is a model still active, the routine DIBLD is called, to create the FEMVIEW display data sets if necessary, and before de-activating the routines. If there is a current error which has not been cleaned up, routine DIERR will be called to perform the cleanup prior to exiting the routines. If more data is to be processed after this routine has been called the user must initialise the routines again using DIINI.

Errors : The error condition is indicated by the value of IEXIT.

IEXIT Meaning

0   Successful Call
28   D.I. routines have not been initialised



[Next] [Up] [Back] [Previous] [Contents]