IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

can anyone give the path of IKJEFT01


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Velmurugan_j

New User


Joined: 04 Aug 2005
Posts: 49

PostPosted: Mon Jan 14, 2008 11:37 am
Reply with quote

can anyone tell me where the PGM IKJEFT01 resides.....
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Jan 14, 2008 11:50 am
Reply with quote

I'm curious: Why do you need to know this info?

O.
Back to top
View user's profile Send private message
Velmurugan_j

New User


Joined: 04 Aug 2005
Posts: 49

PostPosted: Mon Jan 14, 2008 11:56 am
Reply with quote

We will be calling this program from rexx by passing some parameters in the SYSIN card.........
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Jan 14, 2008 12:23 pm
Reply with quote

First, IKJEFT01 accepts its input in SYSTSIN, not SYSIN.

Second, as IKJEFT01 is "batch TSO", I can't see why you want to call it from within REXX. You can issue TSO commands directly from REXX.

O.
Back to top
View user's profile Send private message
ousep143

New User


Joined: 06 Oct 2007
Posts: 32
Location: India

PostPosted: Mon Jan 14, 2008 2:50 pm
Reply with quote

Hi

IKJEFT01 is called as Terminal Monitor Program used to execute TSO commands in JCL.

Regards
icon_biggrin.gif
Back to top
View user's profile Send private message
Velmurugan_j

New User


Joined: 04 Aug 2005
Posts: 49

PostPosted: Mon Jan 14, 2008 3:05 pm
Reply with quote

how can you access it from REXX...
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Jan 14, 2008 3:10 pm
Reply with quote

Have you tried the fine manuals? Accessing TSO from REXX is one of the basic issues in REXX programming.

O.
Back to top
View user's profile Send private message
Velmurugan_j

New User


Joined: 04 Aug 2005
Posts: 49

PostPosted: Mon Jan 14, 2008 3:41 pm
Reply with quote

we have use ALLOC etc TSO commands
but let me know how you will be accessing IKJEFT01 thru TSO
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Jan 14, 2008 3:54 pm
Reply with quote

Again: IKJEFT01 is TSO!!!

O.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Jan 14, 2008 4:59 pm
Reply with quote

//STEPNAME EXEC PGM=IKJEFT01,PARM='execname'
//SYSEXEC DD DSN=pdsname,DISP=SHR
//SYSTSIN DD DUMMY

or

//STEPNAME EXEC PGM=IKJEFT01
//SYSEXEC DD DSN=pdsname,DISP=SHR
//SYSTSIN DD *
Your REXX code ... or ... EXEC 'pdsname(member)'
Back to top
View user's profile Send private message
Velmurugan_j

New User


Joined: 04 Aug 2005
Posts: 49

PostPosted: Tue Jan 15, 2008 10:03 am
Reply with quote

I am not going to ececute the rexx in batch mode I want it to run in foreground..........
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Jan 15, 2008 10:39 am
Reply with quote

ok, for the third time:

TSO in batch = IKJEFT01
TSO in foreground = ADDRESS TSO


O.
Back to top
View user's profile Send private message
Velmurugan_j

New User


Joined: 04 Aug 2005
Posts: 49

PostPosted: Sat Jan 19, 2008 5:16 pm
Reply with quote

Yes I got it ..
thanks for the reply.....
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts SET PATH in View DDL DB2 2
No new posts How to give complex condition in JCL . CLIST & REXX 30
No new posts Can you give me examples of programs ... CLIST & REXX 22
No new posts COBOL D2 program execution without us... DB2 3
No new posts IKJEFT01 DB2 3
Search our Forums:

Back to Top