Files provided with ACIF
- The executable program (acif command)
-
- AIX:
/usr/lpp/psf/bin/acif
Note: AIX maps theline2afp
command to theacif
command. - Windows: \install_directory\bin\acif.exe
Note: Windows also includes the executable file,
line2afp.exe
, which is identical toacif.exe
.
- AIX:
- Sample ACIF user exits
-
- AIX:
/usr/lpp/psf/acif/apkinp.c, apkind.c, apkres.c, apkout.c, apka2e.c, asciinp.c, asciinpe.c
- Windows:
\install_directory\exits\acif\apkinp.c, apkind.c, apkres.c, apkout.c, apka2e.c, asciinp.c, asciinpe.c
- AIX:
- Sample user exit executable files
-
- AIX:
/usr/lpp/psf/bin/apka2e, apkinp, apkind, apkres, apkout, asciinp, asciinpe
- Windows: use *.dsw files to build
- AIX:
- Build rules for ACIF user exits:
apkinp
,apkind
,apkres
,apkout
,apka2e
,asciinp
,asciinpe
-
- AIX:
/usr/lpp/psf/bin/Makefile
- Windows: use *.dsw files to build
- AIX:
- C language header file for ACIF user exits
-
- AIX:
/usr/lpp/psf/acif/apkexits.h
- Windows:
\install_directory\exits\acif\apkexits.h
- AIX:
Note: InfoPrint Manager for AIX or Linux or RICOH ProcessDirector for AIX or Linux must be installed if you want to use the examples from this publication that contain
path names with
/psf/
; for example:
inpexit=/usr/lpp/psf/bin/asciinpeInfoPrint Manager for Windows or RICOH ProcessDirector for Windows must be installed if you want to use the examples from this publication that contain path names with
\exits\acif\
; for example:
inpexit=\install_directory\exits\acif\asciinpe.dll