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

Can you tell me what functionality you use with rexx?


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

Global Moderator


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

PostPosted: Mon May 16, 2022 10:50 pm
Reply with quote

Quote:
You may know this already, but z/OS 2.5 kills the workstation agent


I did not know that. Before I retired from IBM, I had lobbied for them to donate the workstation agent to open source. Because, it had some problems that they just never wanted to resolve. I figured someone would make improvements.

I never cared for the WSA displaying ISPF panels. It was originally done incorrectly and never fixed. Most recently, I only used the file transfer capability.
Back to top
View user's profile Send private message
don.leahy

Active Member


Joined: 06 Jul 2010
Posts: 765
Location: Whitby, ON, Canada

PostPosted: Wed May 18, 2022 4:09 am
Reply with quote

Pedro wrote:
Quote:
You may know this already, but z/OS 2.5 kills the workstation agent


I did not know that. Before I retired from IBM, I had lobbied for them to donate the workstation agent to open source. Because, it had some problems that they just never wanted to resolve. I figured someone would make improvements.

I never cared for the WSA displaying ISPF panels. It was originally done incorrectly and never fixed. Most recently, I only used the file transfer capability.
Agree about the GUI interface, I never used it except to demonstrate it as a technical stunt. The FILEXFER and WSCMD services were excellent. I will miss it, but I am too close to retirement to want to bend over backwards to find a solution. I will just have to get used to using an FTP client on my workstation. It’s an inferior solution, but is better than IND$FILE.
Back to top
View user's profile Send private message
sergeyken

Senior Member


Joined: 29 Apr 2008
Posts: 2022
Location: USA

PostPosted: Wed May 18, 2022 5:01 pm
Reply with quote

Ali_gezer wrote:
Thanks.
Well this is a good use of that language but I see that know rexx is a thing that will help in certain things, and I consider that knowing that language is a thing for experts.


If you are looking for a solution like this one
Code:
/* REXX */
   Ret_Code = Do_My_Task_In_Full( 'Statement of Work goes here' )
   If Ret_Code = 0 Then
      Call Send_My_Report_To_Manager( 'Everything is fine!' )
Return Ret_Code

then I'm sure that REXX if seriously below your expectations.
Back to top
View user's profile Send private message
Ali_gezer

Active User


Joined: 06 Apr 2021
Posts: 123
Location: argentina

PostPosted: Fri May 27, 2022 10:15 pm
Reply with quote

sergeyken wrote:
Ali_gezer wrote:
Thanks.
Well this is a good use of that language but I see that know rexx is a thing that will help in certain things, and I consider that knowing that language is a thing for experts.


If you are looking for a solution like this one
Code:
/* REXX */
   Ret_Code = Do_My_Task_In_Full( 'Statement of Work goes here' )
   If Ret_Code = 0 Then
      Call Send_My_Report_To_Manager( 'Everything is fine!' )
Return Ret_Code

then I'm sure that REXX if seriously below your expectations.


I was not refering to that. I was refering that seing it from my point of view learn rexx will only will help me with a few things, thats the reason I say that this knowledge is for experts. But in anyway I will do a course this weekend about rexx from coursera, it is given by IBM so at least I want to know the syntax and other basic things.
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 Goto page Previous  1, 2

 


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