Answer Posted / dimpy19
1.The LMPUT service writes one logical record to the data set associated with a given data ID.
2.The first LMPUT writes the first logical record to the data set, and later invocations write succeeding records.
3.The LMINIT service with ENQ(EXCLU), ENQ(SHRW), ENQ(MOD), and the LMOPEN service with the OUTPUT option must be completed before you can use the LMPUT service.
4.In INVAR mode and MULTX mode, the data-location parameter variable contains the data itself.
In MOVE mode, the data-location parameter contains the address of the data to be written.
>>-ISPEXEC--LMPUT--DATAID(data-id)--MODE(-+-INVAR-+-)----------->
+-MOVE--+
'-MULTX-'
>--DATALOC(dataloc-var)--DATALEN(data-length)--+---------+-----><
'-NOBSCAN-'
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the various parameters utilized in the creation of a gdg?
Define concatenating?
Explain the hierarchy levels in jcl?
How to override loadlib?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Is their any set of rules for dd? Explain.
what is DSN parameter and DISP parameter is used for?
how to run batch program without jcl?
How can return codes be tested before execution of a job step?
Explain how can a jobs execution priority be modified?
Brief description of inline procedure of jcl.
Explain how can an in-stream dataset be terminated?
what is the compile process of cobol program expalin with code
Explain the function of job statement in jcl?
What is timing concept in mainframe?