What all are the changes to be made in JCL so as to do
testing?
Answers were Sorted based on User's Feedback
Answer / 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 |
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?
Can I send output of job to my remote device careerride123?
What is default if we don't specify RD parameter at all ?
How many instream we can write in single jcl?
What do you do if you do not want to keep all the space allocated to a dataset?
List the different jcl statements that are not permitted in the procedures?
What are the valid DSORG values ?
What you mean by skeleton JCl?
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
what is DSN parameter and DISP parameter is used for?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?