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 we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
how to create a member or sequential dataset through tso command??
Please go thru the below points and let me know how to code this. 1. Sort the input dataset for the condition : Starting position is 37,length of the field is 13 based on character and in the ascending order , starting from position 25 length of 12 ,character and in the ascending order. Use a temporary dataset to hold the sorted file. 2. Use the temporary file created in the above step as the input for the next step. The next step is to execute a program and produce an output file. Use the temporary file created in the above as work file 1 and the output of the file to be created in this step work file 2.Also, pass a parameter to the program that is to be executed in this step. The parameter should have the current date in YYYYMMDD format. For the sake of convenience, you can use the below Job Name : Sample1 Input DSN : PCABDT11.CABD.TEST.INPUT Temporary DSN : Sort1 Output DSN : PCABDT11.CABD.TEST.OUTPUT Program Name : SAMPLE Thanks in Advance for your response.
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
can u execute a proc from another proc?
In sms datasets, what is the function of the dd avgrec keyword?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
What is the difference between BLKSIZE and LRECL?
What is the purpose of dd?
What is NOTCAT ?
Explain about Cobol Subroutines
Can we change the LIMIT of GDG?