Created
November 29, 2018 05:06
-
-
Save mainframed/3086e39b79b555f65c5522f676f5323e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//<USERID> JOB (ACCT), | |
// ' ', | |
// CLASS=A, | |
// MSGCLASS=X, | |
// MSGLEVEL=(1,1), | |
// REGION=0M | |
//UNIXCMD EXEC PGM=BPXBATCH,REGION=800M | |
//STDPARM DD * | |
SH find . -type f -exec ls -s {} \; > /tmp/t | |
/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment