Parameter Description Value
STAT—Processstatus
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 Indicatesthat more ndmapi_recvresp()
or ndmapi_recvresp_c() calls must be
issued for more information. This flag
occurs only on select process and select
statistics commands.
None
The ndmapi_recvresp() or ndmapi_recvresp_c() function has the folliowing returncodes:
Return Code Description
NDM_NO_ERROR The function completed successfully.
NDM_ERROR Anerror 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
);
Chapter4. Writing Custom Programs 67