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

How to pass parameters from JCL to a REXX program


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
naveenvetrivel

New User


Joined: 15 May 2007
Posts: 8
Location: Bangalore

PostPosted: Fri Jun 22, 2007 4:33 pm
Reply with quote

Hi all,

Can anyone tell me how to pass parameters from a JCL to a REXX program.

Thanks
Naveen
Back to top
View user's profile Send private message
amitava
Warnings : 1

Active User


Joined: 30 Oct 2005
Posts: 186
Location: India

PostPosted: Fri Jun 22, 2007 5:21 pm
Reply with quote

Code:

//JSTY010  EXEC PGM=IKJEFT01,DYNAMNBR=999,PARM='%EXECNAME THEPARM'
//SYSPROC  DD   DSN=<REXX DATASET NAME>,DISP=SHR             
//SYSTSPRT DD   SYSOUT=*                                       
//SYSTSIN  DD   DUMMY
Back to top
View user's profile Send private message
naveenvetrivel

New User


Joined: 15 May 2007
Posts: 8
Location: Bangalore

PostPosted: Tue Jun 26, 2007 11:50 am
Reply with quote

It's working. Thanks Amitava!!!
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top