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


LMCOMP—compresses a partitioned data set

z/OS ISPF Reference Summary
SC19-3624-00

Command invocation format

Read syntax diagramSkip visual syntax diagram
>>-ISPEXEC--LMCOMP--DATAID(data-id)----------------------------><

Call invocation format

Read syntax diagramSkip visual syntax diagram
>>-CALL--ISPLINK--('LMCOMPbb',data-id);------------------------><

OR

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

Return codes

 0
Successful completion.
10
No data set is associated with the given data ID.
12
One of these:
  • Data set not partitioned.
  • Data set specified not allocated.
  • Data set is open.
  • Data set is not movable.
  • Data set must be allocated exclusively. Use ENQ(EXCLU) in LMINIT service
  • Concatenated libraries are not allowed for LMCOMP
20
Severe error; unable to continue.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014