Skip to content

Instantly share code, notes, and snippets.

@mainframed
Created November 8, 2017 18:40
Show Gist options
  • Save mainframed/3c9923e6a51736c9b2656475eeef9b1f to your computer and use it in GitHub Desktop.
Save mainframed/3c9923e6a51736c9b2656475eeef9b1f to your computer and use it in GitHub Desktop.
Quick REXX script to show user attributes. Used for demos.
/* REXX */
/* Quick REXX script to print LU info nicely */
A = OUTTRAP('OUT.')
ADDRESS TSO "LU"
B = OUTTRAP('OFF')
say WORD(OUT.1,1)
say WORD(OUT.2,1)
SAY OUT.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment