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
>
>