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


LMMSTATS—set and store ISPF statistics

z/OS ISPF Reference Summary
SC19-3624-00

Command invocation format

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

>--+-------------------------+--+---------------------+--------->
   '-VERSION(version-number)-'  '-MODLEVEL(mod-level)-'   

>--+----------------------+--+-----------------------------+---->
   '-CREATED(create-date)-'  '-MODDATE(last-modified-date)-'   

>--+-----------------------------+--+-----------------------+--->
   '-MODTIME(last-modified-time)-'  '-CURSIZE(current-size)-'   

>--+------------------------+--+---------------------------+---->
   '-INITSIZE(initial-size)-'  '-MODRECS(records-modified)-'   

>--+---------------+--+--------+-------------------------------->
   '-USER(user-id)-'  '-DELETE-'   

>--+-----------------------------------+------------------------>
   '-CREATED4(4-char-year-create-date)-'   

>--+------------------------------------------+----------------->
   '-MODDATE4(4-char-year-last-modified-date)-'   

                                    .-EXT(NO)--.   
>--+------------------+--+-------+--+----------+---------------><
   |       .-OFF--.   |  '-NOLLA-'  '-EXT(YES)-'   
   '-SCLM(-+------+-)-'                            
           +-ON---+                                
           '-ASIS-'                                

Call invocation format

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

>--,-+----------------+--,-+-----------+--,-+-------------+----->
     '-version-number-'    '-mod-level-'    '-create-date-'   

>--,-+--------------------+--,-+--------------------+----------->
     '-last-modified-date-'    '-last-modified-time-'   

>--,-+--------------+--,-+--------------+----------------------->
     '-current-size-'    '-initial-size-'   

>--,-+------------------+--,-+---------+--,-+------------+------>
     '-records-modified-'    '-user-id-'    '-'DELETEbb'-'   

>--,-+-------------------------+-------------------------------->
     '-4-char-year-create-date-'   

                                           .-OFF--.   
>--,-+--------------------------------+--,-+------+------------->
     '-4-char-year-last-modified-date-'    +-ON---+   
                                           '-ASIS-'   

>--,-+------------+-);-----------------------------------------><
     '-'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 is associated with the given data ID; that is, LMINIT has not been completed.
12
One of these:
  • Invalid parameter value.
  • Data set is not partitioned.
  • Data ID represents a concatenation of data sets.
  • Data set is open for output.
20
Severe error; unable to continue.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014