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


LMMOVE—move members of a data set

z/OS ISPF Reference Summary
SC19-3624-00

Command invocation format

Call invocation format

Read syntax diagramSkip visual syntax diagram
>>-CALL--ISPLINK--('LMMOVEbb'--,from-data-id-------------------->

>--,-+------------------+--,to-data-id--,-+----------------+---->
     '-from-member-name-'                 '-to-member-name-'   

>--,-+------------+--,-+------------+--,-+------------+--------->
     '-'REPLACEb'-'    '-'PACKbbbb'-'    '-'TRUNCbbb'-'   

>--,-+------------+--,-+------------+-);-----------------------><
     +-'YESbbbbb'-+    +-'ALIASbbb'-+      
     +-'NObbbbbb'-+    '-'NOALIASb'-'      
     '-'b'--------'                        

OR

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

Return codes

 0
Successful completion.
 4
One of these:
  • "From" data set is empty.
  • No member matched the pattern in the "from" data set.
 8
"From" member not found.
10
No data set is associated with given data ID.
12
One of these:
  • Invalid data set organization.
  • Data set attribute invalid for packed data.
  • Open error.
  • A like named member already exists in the 'TO' data set, and the Replace option was not specified.
  • One or more members of the 'TO' data set are "in use" by you or another user and could not be copied.
16
Truncation error.
20
Severe error; unable to continue.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014