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 |
Definition of COND parameter in JCL
what is the meaning of keyword in jcl?what is is opposite?
What is order of searching of the libraries in a JCL?
Hi, can any one tell about " How do u eliminate the duplicates "
which utility is used a dummy utility?
can we maintain 2 generations with different Lengths in Same GDG ?
Explain about SYSVAR
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
What dd statement is used to supply the name of a dataset?
can we write a proc with in a proc
how to see the latest generation in gdg?
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.