The following document includes information and notes required for using the CallAPI for OS/400.
1. |
CallAPI and own program |
---|
The utility can directly be used without any adjustments being required.
2. |
CallAPI and utility |
---|
The supplied utility UCXBO41C is found in the library and may be used in OS/400 CL scripts.
The AE Script which should be executed is read from a file member.
The libraries are adjusted to your AE installationation.
CALL PGM(UC4/UCXBO41C) +
PARM('INI=UC4/INI(UCXBO41C)' 'LOGON=4,RS,RS' 'SCRIPT=UC4/WRK(SCRIPT)')
See also:
About the CallAPI
Using the CallAPI