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


LMPRINT—print a partitioned or sequential data set

z/OS ISPF Reference Summary
SC19-3624-00

Command invocation format

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

              .-FORMAT(YES)-.              
>--+-------+--+-------------+--+-------+-----------------------><
   '-INDEX-'  '-FORMAT(NO)--'  '-NOLLA-'   

Call invocation format

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

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

OR

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

Return codes

 0
Normal completion.
 4
One of these:
  • Data set is empty.
  • No members matched the pattern.
 8
Member not found.
10
No data set associated with given data ID.
12
One of these:
  • Invalid data set organization; must be partitioned or sequential.
  • Invalid parameter.
20
Severe error; unable to continue.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014