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


__iew_getN() – Get names

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

Returns a list of section or class names within the program together with information about the sections or classes.

Format

#include <__iew_api.h>
int __iew_getN(_IEWAPIContext *__context,
                          _IEWNameType __nametype,
                          unsigned int *__total_count, 
                          _IEWNameListEntry ** __name_entry);

Parameters Descriptions

__context
API context is created and returned by calling __iew_openW() and is used throughout the open session.
__nametype
name type could be one of the following: _IEW_SECTION or _IEW_CLASS.
__total_count
total number of sections or classes in the workmod.
__name_entry
returned buffer – binder name list.

Returned Value

If successful, __iew_getN() returns > 0 (count, number of entries returned in the buffer).

If unsuccessful, __iew_getN() returns 0.

Utilities Functions

__iew_eod()
__iew_get_reason_code()
__iew_get_return_code()
__iew_get_cursor()
__iew_set_cursor()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014