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


__iew_fd_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_fd_getN(_IEWFDContext *__context,
                               _IEWNameType __nametype,
                               _IEWNameListEntry ** __name_entry);

Parameters Descriptions

__context
FD context is created and returned by calling __iew_fd_open() and is used throughout the open session.
__nametype
name type can be _IEW_SECTION or _IEW_CLASS
__name_entry
returned buffer – binder name list.

Returned Value

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

If unsuccessful, __iew_fd_getN() returns 0.

Utilities Functions

__iew_fd_eod()
__iew_fd_get_reason_code()
__iew_fd_get_return_code()
__iew_fd_get_cursor()
__iew_fd_set_cursor()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014