Customize i5/OS PASE programs to use i5/OS functions

If you want your AIX® application to take advantage of i5/OS™ functions that are not directly supported by system-supplied i5/OS PASE shared libraries, you need to perform some additional steps to prepare your application.

Complete the following steps to do the preparation:
  1. Code your AIX application to call any required i5/OS PASE runtime functions that coordinate your access to the i5/OS system-unique functions.
  2. If you are compiling your i5/OS PASE programs on an AIX system, perform the following steps before you compile your customized application:
    1. Copy required i5/OS system-unique header files to your AIX system.
    2. Copy required i5/OS system-unique export files to your AIX system.
Related concepts
Call i5/OS programs and procedures from your i5/OS PASE programs
How i5/OS PASE programs interact with i5/OS
Related information
Runtime functions for use by i5/OS PASE programs