Skip to main content

Btrieve Support in Net Express

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

Release 4.0:

Receving a return code 14605 for a file operation using a call_by_name CBL_  routine

Resolution:

14605 is a decimal number representing the related run time error in two bytes basically in hex format: '390d', the most right byte hex '0d' describes a value of '013' decimal.

You can find more information about run time error '013', and all other cases, here:

Net Express Help -> Index -> Run-time system -> error messages -> Run-time System Error Messages ->refer to 013 -> File not found

If you want to act programmatically take a look here:

http://www.microfocus.com/Resources/Newsletters/SupportLine/20051101-index.asp#TechnicalArticles

>Interpreting the Return Code of a Library Routine<

Old KB# 5427

#netexpress
#COBOL
#RMCOBOL
#AcuCobol
#ServerExpress

0 replies

Be the first to reply!