Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
Answer / shruti
The SYSTSIN DD statement is used to specify that the data to follow consists of executable commands and/or subcommands
| Is This Answer Correct ? | 4 Yes | 3 No |
When will we need to specify Space parameter ?
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
If Region=0k means What Happen?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
How to overide the symbol parameter in the jcl ?
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
How to send notification to multiple users through jcl???
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
How do you send the output of a COBOL program to a member of a PDS?