Skip to content

Instantly share code, notes, and snippets.

@mainframed
Created October 27, 2018 05:27
Show Gist options
  • Save mainframed/9e9c85b7a13186e7ca51b5b47d90b575 to your computer and use it in GitHub Desktop.
Save mainframed/9e9c85b7a13186e7ca51b5b47d90b575 to your computer and use it in GitHub Desktop.
CLIST Example for KDE Developers (Protects all user accounts)
PROC 2 USER TOTAL
CONTROL NOCAPS
WRITE *** Protecting users &USER 1 to &USER &TOTAL
DO &COUNT = 1 TO &TOTAL
ALU &USER&COUNT NOPASS
END
WRITE *** DONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment