Explain about LMPUT-
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 |
Can we use DISP=SHR in output file in JCL
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
What u mean by include statement in JCL ?
What are the kinds of job control statements?
How much space OS allocates when you create a PS or PDS?
can we write a proc with in a proc
what are the types of abends that occur on job failure? And explain the possible causes of these
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
how can the same proc be re-used and called by many jobs?
can a job be submitted through jcl only? is there another way to submit a job?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?