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 to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Can we call instream to catalog and catalog to instream?
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
How do you designate a comment in JCL?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
What statement marks the end of an in-stream or catalogued procedure?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
How is a dataset passed from one step to another?
Explain the purpose of dd * statement in jcl?