Explain about LMCLOSE�close a data set
If LMINIT is issued with an enqueue (ENQ) of SHRW and LMOPEN is issued with the OUTPUT option,
it is important that an LMCLOSE be issued when the dialog has finished processing the data set, since the DASD volume is reserved until LMCLOSE is invoked.
>>-ISPEXEC--LMCLOSE--DATAID(data-id)---------------------------><
| Is This Answer Correct ? | 0 Yes | 0 No |
How is the keyword DUMMY used in JCL?
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
Explain about LMGET�read a logical record from a data set
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
How to rename a VSAM file as well as it's index file?
Can we create VSAM file by using IEBGENER?
How can unused space allocation be returned to the system when a dataset is closed?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How do you submit a JCL under CICS environment ?