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

Difference bw IKJEFT1B and IKJEFT01


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

New User


Joined: 15 Sep 2005
Posts: 42

PostPosted: Thu Jul 20, 2006 12:17 pm
Reply with quote

what is the difference between IKJEFT1B and IKJEFT01?
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Thu Jul 20, 2006 12:58 pm
Reply with quote

There are three programs to choose from when running REXX in batch; IKJEFT01, IKJEFT1B, and IRXJCL. Each has its own good and bad points.

IKJEFT01
IKJEFT01 is the traditional program name used for the TMP. Look at any of your standard logon procedures and you are likely to see this name used. As long as you have the correct DD statements allocated the step will normally end with cond-code 00. The two required DD statements are SYSTSIN and SYSTSPRT. Failure to include these two DD statements will result in U102 abends. Processing of multiple commands included in the SYSTSIN stream ends after the last command in the input stream. REXX code can be found from either SYSPROC or SYSEXEC.

IKJEFT1B
IKJEFT1B will normally end with the cond-code of your last command?s return code. Processing of multiple commands included in the SYSTSIN stream ends with the first non-zero return code from any command in the input stream. REXX code can be found from either SYSPROC or SYSEXEC.

Add to this,

IRXJCL
IRXJCL will process only one command, passed via the PARM operand. Unlike the TMP programs, SYSTSIN is used as standard input for the command specified on the PARM operand. This program is limited to REXX only code, no TSO/E commands are allowed. REXX code must be found in SYSEXEC.

Source: REXX Reference Manual


~Vamsi
Back to top
View user's profile Send private message
sridevi2005

New User


Joined: 15 Sep 2005
Posts: 42

PostPosted: Thu Jul 20, 2006 1:21 pm
Reply with quote

Thank u so much Vamsi
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 Timestamp difference and its average ... DB2 11
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts What is the difference between Taskty... Compuware & Other Tools 2
No new posts Difference between VALIDPROC and CHEC... DB2 3
No new posts Difference between CEE3250C and CEE3204S COBOL Programming 2
Search our Forums:

Back to Top