Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
 



Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't..

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

Post New Answer

More JCL Interview Questions

What is the use of the utility DFSRRC00 in the JCL?

2 Answers   Convergys,


What is the difference between the positional and keyword parameters? Give examples.

0 Answers  


In which table PLAN is registered in ?

3 Answers  


A dd statement consists of 4 fields. Name them?

0 Answers  


How can a stopped job be started again?

0 Answers  






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?

2 Answers   IBM,


what is the COND=EVEN ? Can anyone give me an example to explain the usage.

2 Answers  


How do you access a file that had a disposition of KEEP?

3 Answers  


How does jcl act on code(if you take a cobol program)?

0 Answers  


What is DISP= (NEW,PASS,DELETE)?

3 Answers   HCL,


Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2

4 Answers   IBM,


What is S322 abend ?

5 Answers  


Categories