Created
May 12, 2017 16:13
-
-
Save mainframed/131bececd8bcc57acccaaefa1d9968f8 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
//USERIDJ JOB (GREP),'Job to search a PDS for passwords', | |
// NOTIFY=&SYSUID, | |
// MSGCLASS=H, | |
// MSGLEVEL=(1,1), | |
// REGION=0M | |
//GREP EXEC PGM=ISRSUPC, | |
// PARM=(SRCHCMP,ANYC,IDPFX,NOPRTCC) | |
//NEWDD DD DSN=USER.OPS.JCL,DISP=OLD | |
//* Add further DD datasets here | |
//* DD DSN=HLQ1.PDS.FILE,DISP=OLD | |
//* DD DSN=HLQ2.PDS,DISP=OLD | |
//* DD DSN=DEMO.EXAMPLE,DISP=OLD | |
//OUTDD DD SYSOUT=A | |
//SYSIN DD * | |
SRCHFOR 'USER=' | |
SRCHFOR 'PASSWORD=' | |
/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment