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


__iew_setO() – Set option

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

Set binder options to be used for subsequent processing. See Setting options with the regular binder API for details. Environment options cannot be specified here.

Format

#include <__iew_api.h>
int __iew_setO(_IEWAPIContext *__context,
                          const char *__parms);

Parameters Descriptions

__context
API context is created and returned by calling __iew_openW() and is used throughout the open session.
__parms
list of binder options.

Returned Value

If successful, __iew_setO() returns 0.

If unsuccessful, __iew_setO() 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