We have an output dataset in job with disp parameter as SHR.
Can we write data in that file dataset?
Post New Answer View All Answers
Is condition checking possible in jcl? If yes, how?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Which dd parameters are required?
what is the compile process of cobol program expalin with code
what happens in execution stage in job processing?
What is notcat 2 - gs?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Can we use DISP=SHR in output file in JCL
How is a type of file defined in the jcl that executes the cobol program?
What are the rules employed while naming the steps in a job?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is the maximum length of a single line of jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is the purpose of dd * statement in jcl?
How can an in-stream dataset be terminated?