Home > Archive > Cobol > May 2005 > Error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| G. Ferraro 2005-05-06, 3:55 pm |
| when I start a programm receive the following error:
load error :file 'kwrunprg
error code:173, pc=0, call=1, seg=0
173 error message text not found
What is is happen?
Thank you of all
G. Ferraro
| |
| Richard 2005-05-06, 3:55 pm |
| We have to guess that it is MicroFocus Cobol ?
> load error :file 'kwrunprg
> error code:173, pc=0, call=1, seg=0
The program 'kwrunprg' has tried to call a program but cannot find it.
You should have found '173' in the manual 'Error Message' for your
compiler.
> 173 error message text not found
The run-time cannot find the error message text file
This contains descriptions of the errors and would have said something
like 'Called program not found'.
| |
| G. Ferraro 2005-05-06, 3:55 pm |
| Thank a lot.
G. Ferraro
"Richard" <riplin@Azonic.co.nz> ha scritto nel messaggio
news:1115192227.938110.234990@f14g2000cwb.googlegroups.com...
> We have to guess that it is MicroFocus Cobol ?
>
>
> The program 'kwrunprg' has tried to call a program but cannot find it.
> You should have found '173' in the manual 'Error Message' for your
> compiler.
>
>
> The run-time cannot find the error message text file
> This contains descriptions of the errors and would have said something
> like 'Called program not found'.
>
|
|
|
|
|