Answer Posted / dimpy19
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 |
Post New Answer View All Answers
Explain how can the submitting users racf authority be overridden in a job stream?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is use of dcb parameter in dd statement?
Is condition checking possible in jcl? If yes, how?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How to submit jcl through a cobol program?
How is the record format of an output dataset specified?
How can a jobs execution priority be modified?
when can a job time-out occur? How to overcome that?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
whats the diff bw the evaluate also and and?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
i want to store 20 digits . how will u do it in cobol ?
What is the function of job statement in jcl?
How does jcl act on a cobol code?