Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
Answer Posted / 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 View All Answers
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
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 pgm opens the file in EXTEND mode. What happens ?
What do you know about jcl?
Name the statement which can be used to send data to another mvs jes3 node?
which utility is used to sort a file in jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
how can the same proc be re-used and called by many jobs?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what is the resolution for sb37 error
which parameter is used to check the syntax of a jcl without executing it?
Define concatenating?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What are the difference between jcl and jes?
What are the parameters that are used in creating a gdg?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC