Answer Posted / dimpy19
1.The LMMLIST service, when used with the LIST or SAVE option, creates a list of the first occurrence of all the members in an ISPF library,
a concatenated set of ISPF libraries, or an MVS� partitioned data set associated with the given data ID
2.You must complete the LMINIT and LMOPEN services before using LMMLIST. Use the LMMLIST FREE option to release the list storage space when it is not needed.
3.LIST|FREE|SAVE - These options determine the action performed by the LMMLIST service.
a.LIST : The first time that you invoke the LMMLIST service with the LIST option, it creates a member list for use by a dialog.
b.FREE : The FREE option specifies that the storage acquired to create the member list is to be freed.
C.SAVE : The SAVE option writes all member names in a list specified by the data ID to a data set.need use Group and Member for this.
>>-ISPEXEC--LMMLIST--DATAID(data-id)--+--------------------+---->
| .-LIST-. |
'-OPTION(-+-FREE-+-)-'
'-SAVE-'
>--+--------------------+--+------------------+----------------->
'-MEMBER(member-var)-' | .-NO--. |
'-STATS(-+-YES-+-)-'
>--+--------------+--+-------------------------+--+------+-----><
'-GROUP(group)-' '-PATTERN(member-pattern)-' '-LONG-'
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
which utility is used to sort a file in jcl?
What is one line to pass PARM from JCL to COBOL?
What is the use of disp parameter?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is multithreading in jcl?
What is catelog procedure and how many catelog procedure to use in one job?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what is the purpose of coding class parameter in job statement?
Is condition checking possible in jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
how can you check if a file is empty using jcl?
how to run batch program without jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
What is the motivation behind coding class parameter in job statement?
Explain about LMQUERY�give a dialog information about a data set