z/OS ISPF Reference Summary
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


LMMLIST—list a library's members

z/OS ISPF Reference Summary
SC19-3624-00

Command invocation format

Read syntax diagramSkip visual syntax diagram
>>-ISPEXEC--LMMLIST--DATAID(data-id)--+--------------------+---->
                                      |         .-LIST-.   |   
                                      '-OPTION(-+------+-)-'   
                                                +-FREE-+       
                                                '-SAVE-'       

                           .-STATS(NO)--.                     
>--+--------------------+--+------------+--+--------------+----->
   '-MEMBER(member-var)-'  '-STATS(YES)-'  '-GROUP(group)-'   

>--+-------------------------+--+------+-----------------------><
   '-PATTERN(member-pattern)-'  '-LONG-'   

Call invocation format

Read syntax diagramSkip visual syntax diagram
                                         .-'LISTbbbb'-.   
>>-CALL--ISPLINK--('LMMLISTb',data-id--,-+------------+--------->
                                         +-'FREEbbbb'-+   
                                         '-'SAVEbbbb'-'   

                       .-'NObbbbbb'-.                  
>--,-+------------+--,-+------------+--,-+-------+-)------------>
     '-member-var-'    '-'YESbbbbb'-'    '-group-'     

>--,-+----------------+--,-+------+-);-------------------------><
     '-member-pattern-'    '-LONG-'      

OR

Read syntax diagramSkip visual syntax diagram
>>-CALL--ISPEXEC--(buf-len,--buffer);--------------------------><

Return codes

 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 the 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 was invoked with the SAVE option after being invoked with the 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.
  • The parameter value is invalid.
  • Member list was created using LMMDISP.
16
Truncation or translation error in accessing dialog variables.
20
Severe error; unable to continue.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014