z/OS MVS Program Management: Advanced Facilities
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


__iew_includePtr() – Include module via POINTER

z/OS MVS Program Management: Advanced Facilities
SA23-1392-00

Adds an object to the workmod identified by a DCB and BLDL list entry.

Format

#include <__iew_api.h>
int __iew_includePtr(_IEWAPIContext *__context,
                                   void  *__dcbptr, 
                                   void *__deptr,
                                   _IEWAPIFlags *__flags);

Parameters Descriptions

__context
API context is created and returned by calling __iew_openW() and is used throughout the open session.
__dcbptr
pointer to DCB.
__deptr
pointer to BLDL entry.

Returned Value

If successful, __iew_includePtr() returns 0.

If unsuccessful, __iew_includePtr() returns nonzero.

Note: The returned value is the same as the code returned by a subsequent __iew_get_return_code().

Utilities Functions

__iew_get_reason_code()
__iew_get_return_code()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014