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 |
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
wht happens if blksize = 0 and lrec = 0 ?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
common jcl abends??
What is the difference between catalogue procedure and In-Stream procedure?
Please explain with syntax and an example, the Inrec fields and Outrec build in sort.
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
What are the difference between jcl and jes?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
Can we write same stepname for one or more steps in on job ?