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 the difference between the JCLLIB and JOBLIB ,and where do we use it ?
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
in jcl you are having JCLLIB and STEPLIB what happens
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
How do you send the output of a COBOL program to a member of a PDS?
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
How is the record format of an output dataset specified?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
whats the diff bw the evaluate also and and?
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
How much space OS allocates when you create a PS or PDS?
Explain about Cobol Subroutines