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

REXX Compiler needed


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

New User


Joined: 27 Nov 2008
Posts: 20
Location: India

PostPosted: Mon Feb 02, 2009 7:47 pm
Reply with quote

Friends,

can anyone help me by giving the REXX compiler JCL..

~farnear~
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Mon Feb 02, 2009 7:55 pm
Reply with quote

Only if your site has purchased the proiduct.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Mon Feb 02, 2009 10:12 pm
Reply with quote

Here is an example:
Code:
//REXXC   EXEC PGM=IKJEFT01,REGION=0K           
//STEPLIB  DD  DSN=SYS1.PP.LINKLIB,DISP=SHR                           
//SYSPROC  DD  DSN=SYS1.PP.CLIST,DISP=SHR     
//SYSLIB   DD  DSN=PEDRO.MYPROGS.SEXEC,DISP=SHR                       
//SYSTSPRT DD  SYSOUT=*                                               
//SYSPRINT DD  SYSOUT=(H)                                             
//SYSTSIN  DD  *                                                       
  PROFILE PREFIX(PEDRO) MSGID                                         
 REXXC 'PEDRO.MYPROGS.SEXEC(MYPROG4)' -                               
 CEXEC('PEDRO.MYPROGS.CLIST(MYPROG4)')   SOURCE PRINT(**)             

But as EXPAT said, it will only be useful if you purchased the product. Your dataset names will be different.
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 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 How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top