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
What do you know about jcl?
What is the format of comment statement?
what is “Cond= even” and “Cond=only”?
How do you overcome this limitation ?
How can an in-stream dataset be terminated?
List the different jcl statements that are not permitted in the procedures?
what is DSN in JCL and what are the parameters to declare the DSN?
Differentiate between the joblib and the steplib statements?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What are the parameter we cannot use in procedure?
What parameter of the job statement is used to limit the cpu time consumed by the job?
In sms datasets, what is the function of the dd avgrec keyword?
How does jcl specify the job to the operating system?
how to do automated restart when a job abends?