+--------------------------------------------------------------------+
| |
| PRED EXIT CODE |
| |
+--------------------------------------------------------------------+
MEANING: NONMEM-PRED global variables
CONTEXT: PRED routine
USAGE:
USE NMPRD_INT, ONLY: IERPRD,NETEXT
GLOBAL DECLARATION:
INTEGER(KIND=ISIZE) :: IERPRD,NETEXT
DISCUSSION:
Values are stored by PRED for use with NONMEM.
IERPRD
The PRED error return code; also called the PRED exit code. Is
set to 0 before PRED is called.
IERPRD=0: Normal return
IERPRD=1: PRED is unable to compute. If possible, NONMEM should
attempt recovery.
IERPRD=2: PRED is unable to compute. NONMEM should abort the
run.
NETEXT
NETEXT=0 to 3: the number of lines of text of an error message
stored by PRED in ETEXT. (See PRED Error Message).
When abbreviated code is used, the EXIT statement causes appropriate
values to be stored in NMPRD1.
Location prior to NONMEM 7: nmprd1
REFERENCES: Guide VI Section III.K.2, IV.F
REFERENCES: Guide IV Section IV.G
Go to main index.
Created by nmhelp2html v. 1.0 written by Niclas Jonsson (Modified by AJB 5/2006,11/2007,10/2012)