Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zandman

    Error: not a COBOLData object??

    This is a piece of the code: CALL COB_FILE_DELETE USING BY REFERENCE COBF-INF RETURNING RET-CODE IDENTIFICATION DIVISION. PROGRAM-ID. COB_FILE_DELETE IS PROTOTYPE CUSTOM-ATTRIBUTE IS PInvoke. ENVIRONMENT DIVISION. CONFIGURATION SECTION...
  2. zandman

    Error: not a COBOLData object??

    Hi people, I got the following error when I try to delete a file: ERROR OCCURED System.ArgumentException: This is not a COBOLData object. Parameter name: obj at Fujitsu.COBOL.InteropServices.Win32.COBOLDataMarshaler.MarshalManagedToNative(Object obj) at COB_FILE_DELETE(Object COBF-INF)...

Part and Inventory Search

Back
Top