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

Compiling a REXX module


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

New User


Joined: 02 Nov 2006
Posts: 10

PostPosted: Mon Mar 17, 2008 10:48 pm
Reply with quote

I have the libraries which are needed to compile a REXX module, but get a Condition Code 12 when I try to compile. I am using REXXCL to compile my REXX.

FANGAO0072S - Label not found. This is on the SIGNAL ON NOVALUE statement.

FANENV0927S - Error opening %INCLUDE input. Does the compiler not recognize the external functions?

Sriram
Back to top
View user's profile Send private message
Venkat1001

New User


Joined: 25 Feb 2008
Posts: 12
Location: chennai

PostPosted: Mon Jun 16, 2008 10:28 am
Reply with quote

Please try using REXXC.

STEP EXEC REXXC
REXX.SYSCEXEC DD DSN=DSN1(REXXTOOL),DISP=SHR
REXX.SYSPUNCH DD DSN=DSN2(REXXTOOL),DISP=SHR
REXX.SYSIN DD DSN=DSN3(REXXTOOL),DISP=SHR

The dd names REXX.SYSIN will have ur original code, REXX.SYSPUNCH will have obj, and REXX.SYSCEXEC will have compiled one

Regards
venkat
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 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
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
Search our Forums:

Back to Top