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


LMMFIND—find a library member

z/OS ISPF Reference Summary
SC19-3624-00

Command invocation format

Read syntax diagramSkip visual syntax diagram
>>-ISPEXEC--LMMFIND--DATAID(data-id)--MEMBER(member-name)------->

>--+------+--+------------------+--+------------------+--------->
   '-LOCK-'  '-LRECL(lrecl-var)-'  '-RECFM(recfm-var)-'   

                         .-STATS(NO)--.              
>--+------------------+--+------------+--+-------+-------------><
   '-GROUP(group-var)-'  '-STATS(YES)-'  '-NOLLA-'   

Call invocation format

Read syntax diagramSkip visual syntax diagram
>>-CALL--ISPLINK--('LMMFINDb',data-id--,member-name------------->

>--,-+------------+--,-+-----------+--,-+-----------+----------->
     '-'LOCKbbbb'-'    '-lrecl-var-'    '-recfm-var-'   

                      .-'NObbbbbb'-.                        
>--,-+-----------+--,-+------------+--,-+------------+-);------><
     '-group-var-'    '-'YESbbbbb'-'    '-'NOLLAbbb'-'      

OR

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

Return codes

 0
Normal completion. If you specify LOCK and the member is in a controlled ISPF library, a return code of zero shows that the user is a valid user as specified by the member access ID. The member is available and is now currently owned by the user. The member is not available for updating by any other user. For more information about the member access ID, see ISPF Library Management Facility.
 4
One of these:
  • Member not available; the member resides in a controlled ISPF library and is currently owned by another user.
  • Member not available; the member resides in a controlled ISPF library, and the user is not a valid user as specified by the member access ID.
  • Lock was requested but the project is SCLM-controlled.
 8
Member not found.
10
No data set is associated with the given data ID; that is, LMINIT has not been completed.
12
One of these:
  • Data set is not open or is not open for input.
  • The parameter value is invalid.
  • Data set is not partitioned.
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