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


__iew_alignT2() – Align text (version 2)

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

Requests that a specified section, optionally limited to specific classes, be loaded on a particular boundary. Can be used only when _IEW_BIND intent is specified.

Format

#define _IEW_TARGET_RELEASE IEW_ZOSV2R1_
#include <__iew_api.h>

int __iew_alignT2(_IEWAPIContext *__context,
                unsigned int __bdy,
                const char *__section,
                char * __class[]);

Parameters Descriptions

__context
API context is created and returned by calling __iew_openW() and is used throughout the open session.
__bdy
The boundary alignment.
__section
The section name.
__class[]
The class list. The class list array is terminated by a NULL pointer. The absence of a class list can be represented by either a single NULL array element or __class itself may be NULL.

Returned Value

If successful, __iew_alignT2() returns 0.

If unsuccessful, __iew_alignT2() returns nonzero.

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

Utilities Functions

__iew_get_reason_code()
__iew_get_return_code()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014