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 |
How many parameters are there to a DISP statement and what are their uses ?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What is the function of the dd dcb keyword?
Explain about LMGET�read a logical record from a data set
What is the function of //jcllib statement?
can we write a proc with in a proc
How to execute step2,step1,step3 when step1,2&3 are in order
What is DYNAMBR in jcl?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
What is the function of a dd statement?