What is the use of ikjeft1b utility in jcl?
Answer / priyanka
Ikjeft1 is the TSO/E program. You use it whenever you wish to perform a TSO function within a batch job. It allows you to perform any TSO function.
| Is This Answer Correct ? | 0 Yes | 1 No |
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to fetch even records from one file to another file by using ICETOOL in JCL?
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Explain about RECORDING MODE Clause
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
Can a job have only steplib and no joblib ?
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.
How to pass values in jcl to cobol?
Matching Logic in Jcl not in cobol.Could any one please answer this question