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


__iew_fd_getD() – Get data

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

Return data associated with a specified class (and optionally section) in the program.

Format

#include <__iew_api.h>
int __iew_fd_getD(_IEWFDContext *__context,
                               const char *__class, const char * __sect,
                               long long *__reloc, 
                               void ** __data_entry);

Parameters Descriptions

__context
FD context is created and returned by calling __iew_fd_open() and is used throughout the open session.
__class
class name.
__sect
section name.
__reloc
relocation address.
__data_entry
returned buffer – based on class.

Returned Value

If successful, __iew_fd_getD() returns > 0 (count, could be number of bytes of TEXT (if class=TEXT) or number of entries returned in the buffer).

If unsuccessful, __iew_fd_getD() returns 0.

Utilities Functions

__iew_api_name_to_str()
__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