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

Executing REXX through JCL. How to run REXX with JCL


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

New User


Joined: 08 May 2006
Posts: 1

PostPosted: Tue May 16, 2006 7:05 pm
Reply with quote

Hi,

Can any one help me on this

'Executing REXX through JCL. How to run REXX with JCL in production'
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Tue May 16, 2006 7:16 pm
Reply with quote

OK.

What specifically is the problem? Is this interpreted REXX or compiled REXX?

If you don't know how to invoke an interpreted REXX from batch JCL, I'd suggest that you read Chapter 12 of the z/OS V1R7.0 TSO/E REXX Reference manual, specifically Chapter 12.2 Exec Processing Routines - IRXJCL and IRXEXEC.

In addition, if you also wish to run TSO from batch JCL, review Appendix A. Executing the Terminal Monitor Program in the z/OS V1R7.0 TSO/E Customization manual.

And, as a final note, if you also wish to use ISPF Services from batch JCL, review Chapter 2.13 ISPF Services in Batch Mode in the z/OS V1R7.0 ISPF Dialog Developer's Guide.
Back to top
View user's profile Send private message
RaviKiran

New User


Joined: 16 May 2006
Posts: 5
Location: Sunnyvale

PostPosted: Wed May 17, 2006 2:31 am
Reply with quote

//CHECK1 EXEC PGM=IKJEFT01,
// DYNAMNBR=90
//SYSEXEC DD DSN=J481SC.BRKSTT.CMDPROC.CLIST,
// DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSUT2 DD SYSOUT=*
//SYSTSIN DD *
%TOOLA 'BDC3.JOBTRAC.PARMLIB(J365X)'
%TOOLB 'BDC3.JOBTRAC.PARMLIB(J389X)'
%TOOLC 'BDC3.JOBTRAC.PARMLIB(J420X)'
/*

icon_rolleyes.gif
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 Compile Several JCL JOB Through one r... CLIST & REXX 4
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