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
what is the purpose of coding notify parameter in job statement?
Explain the function of job statement in jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What is the purpose of dd dummy statement?
How can the submitting users racf authority be overridden in a job stream?
What is the purpose of dd * statement in jcl?
What is the use of symbol // in jcl?
Are there any set of rules for the names of the steps used in a job?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
how you can direct the data to spool using SYSOUT option?
How to do automated restart when a job abend?
How to override loadlib?
Explain how can values be passed from the job stream to an executable program?
What are hierarchy levels in jcl?