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 |
What is the use of the utility DFSRRC00 in the JCL?
What is the difference between the positional and keyword parameters? Give examples.
In which table PLAN is registered in ?
A dd statement consists of 4 fields. Name them?
How can a stopped job be started again?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
How do you access a file that had a disposition of KEEP?
How does jcl act on code(if you take a cobol program)?
What is DISP= (NEW,PASS,DELETE)?
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
What is S322 abend ?