Explain about LMMLIST�list a library's members
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 |
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
write a jcl to execute a job by 7:00 am on jan 20,1986?
Hi, can any one tell about " How do u eliminate the duplicates "
jcl is like a complier....?
Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP BOTH, by default ?
how do you code a null statement?
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
Whats error code s222?
How to see the COMP3 value(packd decimal)
What is a Dummy Utility and what it does ?
How to create delta file using JCL
When should DISP=MOD is used?