Explain about LMMFIND - find a library member
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 |
What is the function of job statement in jcl?
How do you restart a PROC from a particular step?
Which storage devices are grouped under DASD and SYSDA ?
what is meant by jobtrac?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
suppose i have 10 job steps and i want to execute only step 6.How to write?
What is the difference between catalogue procedure and In-Stream procedure?
which parameter is used to check the syntax of a jcl without executing it?
describe the exec statement,its meaning ,syntax and keywords?
What is the difference between the JOBLIB and the STEPLIB statements?
What parameters can be used to limit the number of records written to a sysout dataset?
what is the Difference between SYSIN and PARM ?