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 |
Explain the purpose of dd * statement in jcl?
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
How is a GDG base created?
What is the purpose of dd dummy statement?
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
if the submitter of a job wants to inform another user about the job completion, how can it be done?
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
shall we concordinate two different length dataset in to a new date set.
how you will the direct the data to spool using sysout option?
Explain about User Information
can we copy a file from fixed block to variable block and vice versa ....asap