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<
#netexpress
#COBOL
#RMCOBOL
#AcuCobol
#ServerExpress
