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.
The file transfer program interface facilitates the transfer of files between a local system and a mainframe host. The list includes:
cfxfer | |
Checks the status of the programmatic file transfer. | |
fxfer | |
Initiates a file transfer from within a program. |
/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. |
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. |