Parameter

Description

Value

 

 

 

 

 

STAT—Process status

 

 

SNOD—SNODE

 

 

SNVL—Source number of

 

 

volumes

 

 

SOPT—SYSOPTS record

 

 

SRCR—Records read

 

 

SRUX—RUs sent

 

 

STIM—Schedule time

 

 

STOP—Stop time of the event

 

 

SUBM—Submitter ID

 

 

SUBN—Submitter node

 

 

SUMM—Summary output

 

 

selector

 

 

SVOL—Source volume array

 

 

TIME—Submit time

 

 

XLAT—Translation

 

 

 

resp_moreflag

Indicates that more ndmapi_recvresp()

None

 

or ndmapi_recvresp_c() calls must be

 

 

issued for more information. This flag

 

 

occurs only on select process and select

 

 

statistics commands.

 

 

 

 

The ndmapi_recvresp() or ndmapi_recvresp_c() function has the folliowing return codes:

Return Code

Description

 

 

NDM_NO_ERROR

The function completed successfully.

 

 

NDM_ERROR

An error occurred. Consult the error

 

structure for detailed error status.

 

 

TRUNCATED

Data is truncated because the receiving

 

buffer is too small.

 

 

Following is a sample ndmapi_recvresp() function:

int32 rc, resp_length; int32 resp_moreflag; char resp_buffer[makbuf];

rc= ndmapi_recvresp (error, &resp_length,

resp_buffer, &resp_moreflag );

Chapter 4. Writing Custom Programs 67

Page 73
Image 73
IBM 4J manual Following is a sample ndmapirecvresp function, Snod-Snode, Return Code Description, Truncated