Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageWe 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'.
Post Follow-up to this messageThank 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'. >
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.