Skip to content

Instantly share code, notes, and snippets.

@mainframed
Created August 27, 2018 20:01
Show Gist options
  • Save mainframed/3114c5fa114d2f5eb310243fd940bd9b to your computer and use it in GitHub Desktop.
Save mainframed/3114c5fa114d2f5eb310243fd940bd9b to your computer and use it in GitHub Desktop.
Add TSO applids
#!/bin/bash
for i in {11..99}; do
echo "A06TSO$i APPL AUTH=(NOACQ,NOBLOCK,PASS,NOTCAM,NVPACE,TSO,NOPO), X"
echo " EAS=1,ACBNAME=TSO00$i "
echo "*"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment