RE: help with error message from NONMEM VI and G77 system
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
> _____
>
Quoted reply history
> 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