Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
To run the rexx by IKJEFT01

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX
Author Message
kutty.r

New User


Joined: 22 Jun 2006
Posts: 24

PostPosted: Thu Aug 28, 2008 1:54 pm    Post subject: To run the rexx by IKJEFT01
Reply with quote

Hi all,

I want to run the rexx by ising IKJEFT01 and i need to give more than one
file as input through IKJEFT01. How can i give in this jcl? and how can i read that files through rexx code?. please help me out in this .

//STEPNAME EXEC PGM=IKJEFT01,PARM='exec_member_name argument'
//SYSPRINT DD SYSOUT=A
//SYSEXEC DD DSN=exec_data_set_name,DISP=SHR
//SYSTSPRT DD DSN=output_data_set_name,DISP=SHR
//SYSTSIN DD DUMMY
Back to top
View user's profile Send private message
References
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3544
Location: Brussels once more ...

PostPosted: Thu Aug 28, 2008 2:45 pm    Post subject:
Reply with quote

Add a DD name for the file and read it using EXECIO
Back to top
View user's profile Send private message
Srinivasa Rao

Active User


Joined: 21 Jun 2005
Posts: 79

PostPosted: Thu Aug 28, 2008 3:13 pm    Post subject:
Reply with quote

Add an INDD in your JCL and specify your "EXECIO * DISKR INDD (STEM x." in your rexx code. Your rexx will take INDD as input file.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX All times are GMT + 6 Hours
Page 1 of 1