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


__iew_getC() – Get compile unit list

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

Obtains source information about the program and the compile units from which it was constructed.

Format

#include <__iew_api.h>
int __iew_getC(_IEWAPIContext *__context,
                          int __culist[], 
                          _IEWCUIEntry ** __cui_entry);

Parameters Descriptions

__context
API context is created and returned by calling __iew_openW() and is used throughout the open session.
__culist
compile unit list – array of compile units where the first entry is used to specify the total number of compile unit entries. If the first entry is non zero, then one record for each compile unit in a list of compile units will be returned. If the first entry is zero, then one record of each of all compile units will be returned.
__cui_entry
returned buffer – CUI entry, one record for each compile unit in a list of compile units is returned.

Returned Value

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

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