___________________________________________________________________
 |                                                                 |
 |                                NMPRD1                           |
 |_________________________________________________________________|

 MEANING: NONMEM-PRED common
 CONTEXT: PRED routine
 USAGE:
 COMMON /NMPRD1/ IERPRD,NETEXT
 INTEGER 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 common NMPRD2.

 When abbreviated code is used, the EXIT statement  causes  appropriate
 values to be stored in 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)