Explain about LMGET�read a logical record from a data set
1.The LMGET service reads one logical record from the data set associated with the given data ID.
2.Completion of the LMINIT and LMOPEN services for the data set is required before LMGET is invoked.
3.If the data to be processed is a sequential data set, the first LMGET reads the first logical record. Later invocations read successive logical records
4.If the data is an ISPF library or MVS� partitioned data set, previous completion of the LMMFIND service is required in addition to completion of LMINIT and LMOPEN.
The LMGET service reads from the last member referred to by the LMMFIND service in the data sets being processed. Thus, if LMMFIND is issued referencing member A,
LMGET reads from member A. If another LMMFIND is issued referencing member B, LMGET reads from member B, not member A.
>>-ISPEXEC--LMGET--DATAID(data-id)--MODE(-+-MOVE---+-)---------->
+-LOCATE-+
+-INVAR--+
'-MULTX--'
>--DATALOC(dataloc-var)--DATALEN(datalen-var)------------------->
>--MAXLEN(max-length)------------------------------------------><
| Is This Answer Correct ? | 0 Yes | 0 No |
what are JCLLIB and STEPLIB in JCL?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
what is JCL?
once we submitted the job to the operating system, how can we cancel the job before execution?
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
how to convert a file form fixed Length to variable length?
lines(1,cancel)??What is meant by that??Plz explain it....
MOD, DELETE; What does a disposition of (,DELETE) mean ?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
What you mean by skeleton JCl?
What parameters can be used to limit the number of records written to a sysout dataset?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?