Top "Tso" questions

TSO (Time Sharing Option) is a command-line environment for IBM mainframes, analogous to a Unix shell.

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 …

mainframe zos rexx tso clist
How do I copy a member with a REXX/CLIST batch program (no ISPF)?

Under z/OS, I want to write a REXX or CLIST script to copy one sequential data set to another …

mainframe rexx tso clist
How can I run my Rexx program as a batch job?

I have a Rexx program that I want to run as a batch job. How can I do this? This …

batch-processing zos rexx tso