What all are the changes to be made in JCL so as to do
testing?
Answer Posted / kavitha
Depends on the content in the jcl. if there are steps to
send mails to clients, then while testing the jcl such
steps are to be commented out.
There can be steps that send various files or reports from
one region to another region for storage purposes,,such
steps are also should be commented out.
Only the step that executes the required logic/program is
to be kept and tested
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Name the statement which can be used to send data to another mvs jes3 node?
Is acct parameter mandatory?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what is a jcl?
What is the function of the dd mgmtclas keyword in sms datasets?
What is the purpose of disp parameter?
I need exexution process for JCL programs
what is the compile process of cobol program expalin with code
what happens in conversion stage in job processing?
Which statement is used to identify the private libraries in job?
what is the difference between JES3 and JES2?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How do you overcome this limitation ?
Can we use DISP=SHR in output file in JCL