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


LMMREP—replace a member of a data set

z/OS ISPF Reference Summary
SC19-3624-00

Command invocation format

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

   .-STATS(NO)--.             .-EXT(NO)--.   
>--+------------+--+-------+--+----------+---------------------><
   '-STATS(YES)-'  '-NOENQ-'  '-EXT(YES)-'   

Call invocation format

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

     .-'NObbbbbb'-.                      .-'NObbbbbb'-.      
>--,-+------------+--,-+------------+--,-+------------+-);-----><
     '-'YESbbbbb'-'    '-'NOENQbbb'-'    '-'YESbbbbb'-'      

OR

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

Return codes

 0
Normal completion.
 8
Member is added; it did not previously exist.
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 open for output.
  • The parameter value is invalid.
  • The data set organization is invalid.
  • Some member statistics have invalid values.
14
No record has been written for the member to be replaced.
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