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 |
How dummy is used in jcl?
What is DYNAMBR in jcl?
What is the use of ikjeft1b utility in jcl?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
How to ALTER the name of a GDG ?
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
which parameter is used to check the syntax of a jcl without executing it?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How do you submit JCL via a Cobol program?