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 |
Is it possible to left uncode disp? If yes, how?
define cond parameter in jcl?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
after submiting the jcl.how do you know that the job has been completed.
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
How to send notification to multiple users through jcl???
What do you feel makes a good program?
How is a new GDG coded?
how are instream data terminated?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
what is the difference between JES3 and JES2?
describe the exec statement,its meaning ,syntax and keywords?