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

Can rexx be exected in cics(online) environments?


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
RAVISANKAR07

New User


Joined: 05 Dec 2017
Posts: 2
Location: chennai

PostPosted: Wed Sep 04, 2019 5:51 pm
Reply with quote

Hi All,

Can rexx code be implemented in onlince cics environment.any sample codes like region status check(up/down) ,(cold/warm start )available to smoke test? icon_rolleyes.gif
Back to top
View user's profile Send private message
John Poulakos

Active User


Joined: 13 Jun 2012
Posts: 178
Location: United States

PostPosted: Fri Sep 13, 2019 8:13 pm
Reply with quote

You could have a CICS transaction submit a job to the JES reader that would execute the REXX. But you would have to store the results in a DB or tableBASE table and make that result available to another CICS transaction.

I have done something similar to provide information to a web service client.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


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

PostPosted: Sat Sep 14, 2019 3:01 pm
Reply with quote

With System Automation/390 it is possible to run Rexx under supervision of Netview.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Sep 14, 2019 3:52 pm
Reply with quote

Quote:
Can rexx code be implemented in online cics environment


from the IBM manuals

Quote:
The REXX Development System for CICSĀ® and the REXX Runtime Facility for CICS are two program products collectively referred to as REXX for CICS. With REXX for CICS, you can write and run REXX programs in a CICS region.
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 -> All Other Mainframe Topics

 


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