Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Program interface

&pagelevel(3)&pagelevel

The functions of openFT can be called via a platform-specific program interface. This makes it possible, for example, to integrate openFT functions in existing programs.

The program interface exists in the following variants:

  • BS2000 systems: Assembler macros and Cobol calls.

    Both interfaces include file transfer, file management and full FTAC functionality. For further details, see manual "openFT (BS2000) - Program Interface".

  • z/OS: Assembler macro

    The macro processes the openFT command string. This makes it possible to use the full function scope of the command interface. For further details, see manual "openFT (z/OS) - Command Interface".

  • Unix and Windows systems: C and Java

    Both interfaces include file transfer, file management and the execution of remote commands (ftexec function). For further details, see manual "openFT (Unix and Windows systems) - Program Interface".

  • Windows systems: OCX Control

    This interface makes it possible to execute synchronous data transfer requests via the interfaces (OLE/COM) of application programs. For further details, see manual "openFT (Unix and Windows systems) - Program Interface".