Hi Belo, I suspect you have tried to run this code using NM-TRAN and NONMEM. NM-TRAN does not know about the $FINEDATA record. You need to run this code using the finedata.exe in the NONMEM util directory. Best wishes, Nick
-- Nick Holford, Professor Clinical Pharmacology Dept Pharmacology & Clinical Pharmacology, Bldg 503 Room 302A University of Auckland,85 Park Rd,Private Bag 92019,Auckland,New Zealand office:+64(9)923-6730 mobile:NZ+64(21)46 23 53 FR+33(6)62 32 46 72 email: n.holf...@auckland.ac.nz http://holford.fmhs.auckland.ac.nz/ http://orcid.org/0000-0002-4031-2514 Read the question, answer the question, attempt all questions From: owner-nmus...@globomaxnm.com <owner-nmus...@globomaxnm.com> On Behalf Of Belo Sent: Wednesday, 12 February 2020 7:44 AM To: nmusers@globomaxnm.com Subject: [FORGED] [NMusers] $FINEDATA Hello Nonmem Users, When I try to use $FINEDATA, I receive the following error message: AN ERROR WAS FOUND ON LINE 160 AT THE APPROXIMATE POSITION NOTED: $FINEDATA TSTART=0 TSTOP=126 TDELTA=0.25 AXIS=TIME(LIN) CMT=2 FILE=K_3RD001MCORR_MSAEM_PEDIATRIC1_ERmsf.FI X THE CHARACTERS IN ERROR ARE: FINEDATA The following code was added to a control stream: $PROB RUN# example6 (from r2compl) $INPUT ID STU STUD TIME NOM_DAY DOSE=AMT DTYP RATE CP=DV OBSVSE MDV EVID CMT PCMT DP DPKG DCH DBY TYPE WT LWT HML ALB EASI BMI RACEA $DATA "../DA/nm1526cleanER.DAS" WIDE IGNORE=# $FINEDATA TSTART=0 TSTOP=126 TDELTA=0.25 AXIS=TIME(LIN) CMT=2 FILE=K_3RD001MCORR_MSAEM_PEDIATRIC1_ERmsf.FI I also tried to add $MSFI record, add $ESTIMATE record, remove "$PROB RUN# example6 (from r2compl)" record, and run the code separately from the control stream. Nothing works. What is the secret of successfully running of $FINEDATA? Thanks, Pavel