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


LMMADD—add a member to a data set

z/OS ISPF Reference Summary
SC19-3624-00

Command invocation format

Read syntax diagramSkip visual syntax diagram
>>-ISPEXEC--LMMADD--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--('LMMADDbb',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.
 4
Directory already contains the specified name.
10
No ISPF library or MVS™ 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.
  • The values for some member statistics are invalid.
14
No record has been written for the member to be added.
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