Explain about LMMFIND - find a library member



Explain about LMMFIND - find a library member..

Answer / dimpy19

1. finds a specified member of an ISPF library or partitioned data set associated with a given data ID.
2.The LMINIT and LMOPEN services must be completed before LMMFIND can be used.
3.Whether statistics for the member are to be returned to the dialog invoking the service.
If you specify NO, no statistics are returned. If you specify YES and the data ID represents a data set that has unformatted records (RECFM=U),
the statistics are returned in these dialog variables:
a.ZLC4DATE :Creation date in 4-character year format;
b.ZLCDATE :Creation date
c.ZLCNORC :current number of records
d.ZLINORC :begining number of records
e.ZLMOD :modification level
f.ZLMSEC :second value of last change time
g.ZLMTIME :Last change time;
h.ZLUSER :user id used to do change
i.ZLVERS :version number



>>-ISPEXEC--LMMFIND--DATAID(data-id)--MEMBER(member-name)------->

>--+------+--+------------------+--+------------------+--------->
'-LOCK-' '-LRECL(lrecl-var)-' '-RECFM(recfm-var)-'

>--+------------------+--+------------------+--+-------+-------><
'-GROUP(group-var)-' | .-NO--. | '-NOLLA-'
'-STATS(-+-YES-+-)-'

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

0 Answers  


how to compress the data set

8 Answers   Keane India Ltd,


What are the utility programs in jcl?

0 Answers  


i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?

4 Answers   Infosys,


Describe the DD statement, its meaning, syntax and keywords?

2 Answers  






What is the function of a dd statement?

0 Answers  


In DCB, what is LRECL,BLKSIZE,DSORG

1 Answers   TCS,


what do you mean by include statement in jcl?

1 Answers   IBM,


When should DISP=MOD is used?

6 Answers   TCS,


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

0 Answers   IBM,


What is a Generation Data Group (GDG)?

2 Answers  


how can u identify the db2 from jcl ?

2 Answers   TCS,


Categories