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 |
which utility is used to sort a file in jcl?
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
what is the use of temporary files?
How are datasets concatenated?
if we give two job cards in a single what happens
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
What do you understand by the terms: joblib and steplib?
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
How to get cursor position from system in CICS environment ?
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?