View previous topic :: View next topic
|
Author |
Message |
culty
New User
Joined: 05 Aug 2004 Posts: 3
|
|
|
|
i have seen so many times in forum
about utility program IKJEFT01 .
1.what is the use of this IKJEFT01 utility actually.
2.how it is used.
3.plz tell me all possible situations where this can be used.
Thanks in advance. |
|
Back to top |
|
|
superk
Global Moderator
Joined: 26 Apr 2004 Posts: 4652 Location: Raleigh, NC, USA
|
|
|
|
IKJEFT01 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. For a general list of all TSO functions, type TSO HELP. Additionally, IKJEFT01 allows you to run programs written in TSO/E Command List (CLIST) and/or TSO/E REXX. Optionally, you can also invoke other environments, such as ISPF , allowing you to run ISPF Dialogs in a batch environment.
Usually, the only parameter list supplied is the member name of a CLIST or REXX Exec (along with their parameters) as defined in the SYSPROC library.
Back to top |
|
Back to top |
|
|
culty
New User
Joined: 05 Aug 2004 Posts: 3
|
|
|
|
hi board
thanks a lot mr superk for ur support.
i expect the same response from u inthe future also. |
|
Back to top |
|
|
culty
New User
Joined: 05 Aug 2004 Posts: 3
|
|
|
|
DB/2 commands are usually invoked via IKJEFT01.
As far as inputs, any valid TSO command will be accepted. |
|
Back to top |
|
|
marke
New User
Joined: 20 Sep 2005 Posts: 1
|
|
|
|
Hi,
my problem is the return code of IKJEFT01.
I'm using it to run DB2-programs. If a DB2-program abends e.g. with a 0C7 completion code. IKJEFT01 returns RC=12. I also tried the other entry points IKJEFT1A and IKJEFT1B. Then I always got 0C4 when a program abended.
Does anyone know why it is like this? Is there a way to return the "real" abend code?
Thanks.
Marco |
|
Back to top |
|
|
|