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

Rexx for CICS


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
valyk

Active User


Joined: 16 Apr 2008
Posts: 104
Location: South Carolina

PostPosted: Wed Mar 03, 2010 7:59 pm
Reply with quote

Hi,

I am running into a abnormal issue with Rexx for CICS. I have a ROR (Rexx Owning Region) that is connected to all of the regions in my shop. I have a TSQ model that is routing all traffic to the ROR.

Yesterday, I accidentally put myself into an infinite loop in a test region within a rexx program. Unfortunately i was unable to force the transaction out, so I had to just bounce the region. Once the region came back up, I fixed my loop issue and tested the program again.

Now the program is randomly executing the code. It is almost like the file structure is trashed. I turn on the trace, and watch the program execute line 71, 72, then randomly execute 111.

When I look at the source, it looks the same as before. I am guessing there is an object file that Rexx for CICS uses to execute the code.

Has anyone ran into an issue like this?

By the way, are there any forums or websites dedicated to Rexx for CICS? The documentation I can find for Rexx for CICS is of course the IBM Manual (poorly written) and a Share conference presentation.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Wed Mar 03, 2010 8:10 pm
Reply with quote

FWIW, I have ZERO experience running REXX in CICS. Is REXX really necessary for what you want to do?

Would you have an alternative? CICS/Assembler perhaps?

Bill
Back to top
View user's profile Send private message
valyk

Active User


Joined: 16 Apr 2008
Posts: 104
Location: South Carolina

PostPosted: Wed Mar 03, 2010 8:20 pm
Reply with quote

The primary reason we have Rexx for CICS is the capability to execute CEDA commands programmatically and the fact that Rexx does an awesome job at parsing data... It's not something that we have to have for everyday use. I just use it occasionally to write a fast script that I don't want to take the time to write in cobol.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Wed Mar 03, 2010 8:40 pm
Reply with quote

With SA/390 (if installed) you could execute INGCICS commands
incapsulated in Rexx procedures.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Thu Mar 04, 2010 3:56 am
Reply with quote

Quote:
The primary reason we have Rexx for CICS is the capability to execute CEDA commands programmatically



There is Vendor Software product that allows you to logically
communicate with any CICS transaction , including CEDA
from COBOL code (Batch program or CICS program).

cicswiki.org/cicswiki1/index.php?title=How_do_I_interact_with_a_transaction_from_a_batch_program%3F#3rd_party_Vendor_Software
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
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
Search our Forums:

Back to Top