Skip to content

Commit

Permalink
JCL to dump SMF records from recording datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
moshix authored Aug 23, 2018
1 parent 5802931 commit 9c62746
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions smfdump.jcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//MOSHIXFR JOB 'DUMP SMF RECORDS',REGION=8M,CLASS=A,
// MSGCLASS=H,NOTIFY=&SYSUID
//SMFREP EXEC PGM=IFASMFDP
//SYSPRINT DD SYSOUT=*
//IN DD DISP=SHR,DSN=SYS1.MAN1
//*IN DD DISP=SHR,DSN=SYS1.MAN2
//*IN DD DISP=SHR,DSN=SYS1.MAN3
//OUT DD DSN=MOSHIX.SMFDUMP,DISP=(,CATLG,DELETE),UNIT=SYSALLDA,
// SPACE=(CYL,(190,1),RLSE),BUFNO=20,VOL=SER=ZDKAN1,
// BLKSIZE=27998,LRECL=32760,RECFM=VBS
//SYSIN DD *
DATE(2001001,2018240)
START(0001)
END(2359)
INDD(IN,OPTIONS(DUMP))
OUTDD(OUT,TYPE(00:254))
/*
//

0 comments on commit 9c62746

Please sign in to comment.