z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


NCS sample redefines

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

The following is an example of a redefine data set that is needed if this NCS sample program is to run on MVS™:
/*********************************************************************
*                  Redefines for NCS Sample Program                  *
*     On IBM VM or MVS operating systems external references longer  *
*     than 8 characters must be redefined to 8 characters or less.   *
*     This file must be included in the Sample Programs and stubs.   *
**********************************************************************/

#define binop_server_epv  binSEpv
#define binop_client_epv  binCEpv
#define binop_add  binAdd
#define getNCShandle  binGtHnd

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014