ILE C/C++ Programmer's Guide

Instructions

  1. To create the MYLIB library, enter:

    ADDLIBLE LIB(MYLIB)
  2. To create the program T1520DL8 using the source shown in Figure 194, enter:

    CRTBNDC PGM(MYLIB/T1520DL8) SRCFILE(QCPPLE/QACSRC)
  3. To create the program T1520DL9 using the source shown in Figure 195, enter:

    CRTBNDC PGM(MYLIB/T1520DL9) SRCFILE(QCPPLE/QACSRC)
  4. To run the program T1520DL8, enter:

    CALL PGM(MYLIB/T1520DL8)

    The output is as follows:

    +--------------------------------------------------------------------------------+
    |Pointers passed correctly.                                                      |
    |Press ENTER to end terminal session.                                            |
    +--------------------------------------------------------------------------------+


[ Top of Page | Previous Page | Next Page | Table of Contents ]