[ Previous | Next | Contents | Search ]
3270 Host Connection Program 2.1 and 1.3.3 for AIX: Guide and Reference

HCON Programming References

This includes:

See "HCON Commands" for information about commands for using and managing HCON.

HCON programming references include functions, header files, status codes, example programs, and management files.

File Transfer Program

The file transfer program interface facilitates the transfer of files between a local system and a mainframe host. The list includes:

Functions

cfxfer
                          Checks the status of the programmatic file transfer.
fxfer
                          Initiates a file transfer from within a program.

Header Files

/usr/include/fxfer.h
                          Contains file transfer include file with structures and definitions for C.
/usr/include/fxconst.inc
                          Contains Pascal file transfer constants.
/usr/include/fxfer.inc
                          Contains Pascal file transfer include file with structures.
/usr/include/fxhfile.inc
                          Contains Pascal file transfer invocation include file.

Program Examples

cname
                          Example C language program illustrating a file transfer using the file transfer program interface.
pname
                          Example Pascal language program illustrating a file transfer using the file transfer program interface.
fname
                          Example FORTRAN language program illustrating a file transfer using the file transfer program interface.

[ Previous | Next | Contents | Search ]