Tagged Questions
2
votes
2answers
408 views
Is there a way to do associative arrays in REXX?
I have some Perl code (for performance analysis) first developed under Linux which now needs to be ported to the mainframe. Apparently REXX is the scripting language of choice on that platform but ...
2
votes
1answer
322 views
REXX / z/OS question
I'm wondering one thing with REXX-language, how it handles data set locks.
The situation:
- I have sequential data set open in my ISPF-editor
- I start REXX-program what updates (makes changes) that ...
1
vote
2answers
3k views
Is there a TSO command written in REXX or CLIST that can determine WHO has enqueued a dataset?
I need to write a REXX Exec or Clist to identify WHO has enqueued a Dataset and display a user friendly message on an ISPF dialog application. Due to system configuration issues, the %WHOHAS command ...
0
votes
3answers
467 views
What are the relative merits of REXX and CLISTs under z/OS?
What are the advantages and disadvantages of using either REXX or CLISTs in TSO for z/OS?
My understanding is that CLISTs are just an older command language but we seem to receive a lot of new ...