|
|
This appendix lists the data sets used by the API and describes their usage.
This list describes the data sets used by the API.
| MAC | Contains all assembler language macro definitions for the API. Should be included in SYSLIB DD statement for all application program assembly steps that reference API macro instructions. |
| H | Contains all C language include files used by the API. Should be included in the SYSLIB DD statement that defines the location of include files used with the IBM C/370 and SAS/C compilers. Required when compiling any application program that references C or socket library routines. |
| CILIB | Contains the C and socket library routines in load module form. Should be included in the linkage editor SYSLIB DD statement when building nonre-entrant application programs compiled with the IBM C/370 compiler. |
| CSLIB | Contains the C and socket library routines in load module form. Should be included in the linkage editor SYSLIB DD statement when building non-reentrant application programs compiled with the SAS/C compiler. |
| CIROBJ | Contains the C and socket library routines in object module form. Should be included in the SYSLIB DD statement for the pre-link step when building reentrant application programs compiled with the IBM C/370 compiler. |
| CSROBJ | Contains the C and socket library routines in object module form. Should be included in the SYSLIB DD statement for the pre-link step when building reentrant application programs compiled with the SAS/C compiler. |
| PARM | Contains configuration members used to initialize Cisco IOS for S/390, the API, and the NDS when these task groups begin execution. Can be modified during installation to customize the configuration of the API. |
| SAMP | Contains the sockcfg.c (SOCKCFG) source member which defines configuration information used by socket library routines. Can be modified and compiled at installation time to customize the configuration of the socket library. |
|
|