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


__iew_fd_startName() – Starting a session with a DD name or path

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

Begin inspecting a program object identified either by a path name or by a DDname and member name.

Format

#include <__iew_api.h>
int __iew_fd_startName(_IEWFDContext *__context,
                                        const char *__dd_or_path,
                                        const char *__member);

Parameters Descriptions

__context
FD context is created and returned by calling __iew_fd_open() and is used throughout the open session.
__dd_or_path
DD name or path name.
__member
member name.

Returned Value

If successful, __iew_fd_startName() returns 0.

If unsuccessful, __iew_fd_startName() returns nonzero.

Note: The returned value is the same as the code returned by a subsequent __iew_fd_get_return_code().

Utilities Functions

__iew_fd_get_reason_code()
__iew_fd_get_return_code()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014