RE: help with error message from NONMEM VI and G77system

From: Alison Boeckmann Date: October 22, 2007 technical Source: mail-archive.com
>From the on-line help file for $TABLE: NOAPPEND Requests that items DV, PRED, RES, WRES not appear automatically. When this is specified, the number of user-chosen item types that may appear in the table can be as large as 12 (rather than 8) for a printed table, and as large as 54 (rather than 50) for a table file. In other words: Even without NOAPPEND, the options "NOPRINT FILE=filename" should allow 50 items in the table file. Is this not the case, Zheng? On Mon, 22 Oct 2007 09:34:18 -0400, "Bill Bachman" <[EMAIL PROTECTED]> said: > Maybe it would help if you provided more information (what is your $TABLE > record?), this will work as stated, e.g.: > > > > $TABLE ID SID TIME TAD IPRED CL WT APGR EVID MDV NOPRINT ONEHEADER > FILE=101.TAB > > > > Perhaps you have exceeded the number of columns allowable in the $TABLE > record (80). In which case you could split it into two lines: > > > > $TABLE ID SID TIME TAD IPRED CL WT APGR > > EVID MDV NOPRINT ONEHEADER FILE=101.TAB > > > > _____ >
Quoted reply history
> From: Zheng Lu [mailto:[EMAIL PROTECTED] > Sent: Monday, October 22, 2007 9:26 AM > To: Bill Bachman > Cc: [email protected] > Subject: RE: [NMusers] help with error message from NONMEM VI and > G77system > > > > To my understanding, that error message indicated that items I requested > under $Table is more than 8, actually 9 in my .ctl file, because I > already > include Noprint and Oneheader from the first run, I am thinking how to > overcome this limitation(<=8) with G77. Thanks a lot. > > > Zheng > > > Quoting Bill Bachman <[EMAIL PROTECTED]>: > > > Do exactly what the message says, add the NOPRINT or NOAPPEND option to > > $TABLE, e.g.: > > > > > > > > $TABLE ID SID TIME TAD IPRED CL WT APGR NOPRINT ONEHEADER FILE=101.TAB > > > > > > > > _____ > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On > > Behalf Of Zheng Lu > > Sent: Monday, October 22, 2007 9:02 AM > > To: [email protected] > > Subject: [NMusers] help with error message from NONMEM VI and G77 system > > > > > > > > Dear all: > > > > When I run a basic program with NONMEM VI with G77 as compiler, I got the > > following error message: > > > > AN ERROR WAS FOUND IN THE CONTROL STATEMENTS. > > > > 74 $TABLE: NOPRINT OR NOAPPEND OPTION REQUIRED WITH MORE THAN 8 ITEMS. > > STOP 4 statement executed > > > > How to fix this, any suggestions will be highly appreciated. > > > > Zheng > > > > > -- Alison Boeckmann [EMAIL PROTECTED]
Oct 22, 2007 William Bachman RE: help with error message from NONMEM VI and G77system
Oct 22, 2007 Alison Boeckmann RE: help with error message from NONMEM VI and G77system