Error G0014

i am trying to run a file; an i just get Error G0014; i have already changed the working directory from the default directory to the place where my file is

i dont really know what i am doing wrong; the name of the file is Factor21.prg and i tried with run Factor21.prg  but i just get

Line 106 in C:\Users\USR_PracticanteGT21\Desktop\CKO RED webfiles\nrfacts\factor21.prg
   File not found G0014 : 'c:\projects\cko\redrev\nrfacts\facprocs.prg'

C:\Users\USR_PracticanteGT21\Desktop\CKO RED webfiles\nrfacts\factor21.prg(22) : error G0014 : '' : File not found

5 Answers



0



The error message:

Line 106 in C:\Users\USR_PracticanteGT21\Desktop\CKO RED webfiles\nrfacts\factor21.prg
   File not found G0014 : 'c:\projects\cko\redrev\nrfacts\facprocs.prg'

Is telling you that your error is occurring on line 106 of factor21.prg. The cause of the error from the line of code on line 106 is that your GAUSS program is trying to do something with the file c:\projects\cko\redrev\nrfacts\facprocs.prg, but cannot locate that file.

I would guess that the line 106 in factor21.prg is most likely:

#include c:\projects\cko\redrev\nrfacts\facprocs.prg

If that is the case, you could copy the file facprogs.prg to your GAUSS current working directory and then change that line to:

#include facprocs.prg

aptech

1,773


0



i´ve already changed the directory form the default to the one where is Factor21 and facprocs; and i changed the line 106 as you said; and now i get

C:\Users\USR_PracticanteGT21\Desktop\CKO RED webfiles\nrfacts\Factor21.prg.(22) : error G0014 : '' : File not found
i would like to get help with this and also a tutorial if it is possible, because the comand help is not working



0



Could you post the current contents of line 22 of Factor21.prg?

aptech

1,773


0



this is the line 22 of factor21.prg

load ytemp[capt,nvar]=c:\projects\cko\redrev\nrfacts\ycinew.txt;



0



What is the return from this command?

filesa("c:\\projects\\cko\\redrev\\nrfacts\\*.txt");

What happens if you run your main program under the debugger and step line by line to just past line 22?

aptech

1,773

Your Answer

5 Answers

0

The error message:

Line 106 in C:\Users\USR_PracticanteGT21\Desktop\CKO RED webfiles\nrfacts\factor21.prg
   File not found G0014 : 'c:\projects\cko\redrev\nrfacts\facprocs.prg'

Is telling you that your error is occurring on line 106 of factor21.prg. The cause of the error from the line of code on line 106 is that your GAUSS program is trying to do something with the file c:\projects\cko\redrev\nrfacts\facprocs.prg, but cannot locate that file.

I would guess that the line 106 in factor21.prg is most likely:

#include c:\projects\cko\redrev\nrfacts\facprocs.prg

If that is the case, you could copy the file facprogs.prg to your GAUSS current working directory and then change that line to:

#include facprocs.prg
0

i´ve already changed the directory form the default to the one where is Factor21 and facprocs; and i changed the line 106 as you said; and now i get

C:\Users\USR_PracticanteGT21\Desktop\CKO RED webfiles\nrfacts\Factor21.prg.(22) : error G0014 : '' : File not found
i would like to get help with this and also a tutorial if it is possible, because the comand help is not working

0

Could you post the current contents of line 22 of Factor21.prg?

0

this is the line 22 of factor21.prg

load ytemp[capt,nvar]=c:\projects\cko\redrev\nrfacts\ycinew.txt;

0

What is the return from this command?

filesa("c:\\projects\\cko\\redrev\\nrfacts\\*.txt");

What happens if you run your main program under the debugger and step line by line to just past line 22?


You must login to post answers.

Have a Specific Question?

Get a real answer from a real person

Need Support?

Get help from our friendly experts.

Try GAUSS for 14 days for FREE

See what GAUSS can do for your data

© Aptech Systems, Inc. All rights reserved.

Privacy Policy