Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LMMLIST to find out member statistics of a PDS 1

Status
Not open for further replies.

gpinaki

Programmer
Aug 7, 2002
5
0
0
IN
Hi
I want to know how I can use LMMLIST to find out statistics of a PDS member.

"LMMLIST DATAID("FMID") OPTION(LIST) MEMBER(MEMNAME) STATS(NO)"

Here what are the other options available other than MEMNAME.

What I should use(like LMMLIST) to get statistics of a sequential dataset.
 
--------------------
Code:
"LMMLIST DATAID("FMID") OPTION(LIST) MEMBER(MEMNAME) STATS(NO)"

...to get STATS, specify 'STATS(YES)'. LMMLIST will populate a whole flock of REXX variables each time you access a member.

--------------------
"What I should use(like LMMLIST) to get statistics of a sequential dataset?"

...You can't. Those 'stats' are a function of ISPF and are written only for members which are modified in ISPF/Edit. Outside ISPF/Edit, the concept (and the stats) don't exist.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top