Return codes

These return codes are possible:
 0
One of these:
  • LIST option - Normal completion. The member list is available and the next member in the list is returned in the member-var parameter.
  • FREE option - Normal completion. The member list is freed successfully.
  • SAVE option - Normal completion. The member list is successfully written to a data set.
 4
Empty member list.
 8
One of these:
  • LIST option - End of member list.
  • FREE option - Member list does not exist.
  • SAVE option - For a data ID, the LMMLIST service has been invoked with the SAVE option after being invoked with LIST option, but before being invoked with the FREE option.
10
No data set is associated with the given data ID; that is, LMINIT has not been completed.
12
One of these:
  • The data set is not open or is not partitioned.
  • A parameter value is invalid.
  • Member list was created using LMMDISP.
16
A truncation or translation error occurred in accessing dialog variables.
20
Severe error; unable to continue.