mirror of
https://github.com/moshix/mvs.git
synced 2026-01-11 23:43:00 +00:00
JCL to dump SMF records from recording datasets
This commit is contained in:
parent
5802931c20
commit
9c62746abc
18
smfdump.jcl
Normal file
18
smfdump.jcl
Normal file
@ -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))
|
||||
/*
|
||||
//
|
||||
Loading…
x
Reference in New Issue
Block a user