Explain about LMMFIND - find a library member

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

what is use of disp parameter in dd statement?

665


what happens in execution stage in job processing?

656


How is the record format of an output dataset specified?

745


what are the statements that are not valid to be included in an include statement?

776


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

711






I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

832


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

938


What is catelog procedure and how many catelog procedure to use in one job?

7456


Explain the function of the dd dcb keyword?

706


What does a disposition of (new,catlg,keep) for a dsn mean?

617


How can the submitting users racf authority be overridden in a job stream?

756


how to do automated restart when a job abends?

854


How would you understand error(execution phase)?

630


what is JCL?

698


How to pass data to a program that is coded in an exec statement?

829