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
How would you understand error(execution phase)?
whats the diff bw the evaluate also and and?
what are the statements that are not valid to be included in an include statement?
which parameter is used to check the syntax of a jcl without executing it?
Explain the function of dd name parameter with a 2 part structure; audit.report?
When space is allocated for an output dataset, what units can be used?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
For what purpose steplib and joblib are used ?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What are some jcl statements that are not allowed in procedures?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
which parameter is use to declare the name of dataset in dd statement?
how can the same proc be re-used and called by many jobs?
Explain how can values be passed from the job stream to an executable program?