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
Can I share my data with other jobs? How?
Explain how can the submitting users racf authority be overridden in a job stream?
Explain how can return codes be tested before execution of a job step?
what are the statements that are not valid to be included in an include statement?
how you will the direct the data to spool using sysout option?
What do you understand by the term notcat 2 – gs?
How to override loadlib?
How does jcl act on code(if you take a cobol program)?
how to compare two datasets without using superce because output is limited to 133 bytes
What is the difference between the positional and keyword parameters? Give examples.
Explain the purpose of the dd keylen parameter?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Suppose I have five jobs to do. But I want to hold one?
what are JCLLIB and STEPLIB in JCL?
What parameter of the job statement is used to limit the cpu time consumed by the job?