Why and when to perform this task
The following RMF1 job reads the data from RMF data buffers.Steps for this task
The sample job that follows will run the RMF Monitor 1 post processor (You will need to change the time and date parameters.)
//RMF1JOB JOB 1,CLASS=A //RMFPP EXEC PGM=ERBRMFPP,REGION=0M //MFPMSGDS DD SYSOUT=* //SYSIN DD * SYSOUT(O) NOSUMMARY SYSRPTS(WLMGL(SCPER(WSHIGH,WSMED,WSLOW,SYSSTC,OPS_DEF))) DATE(04172003,04172003) /* <== SET TO MEAS. DATE MMDDYYYY */ RTOD(1430,1500) /* <== SET TO MEAS. TIME OF DAY HHMM*/ DINTV(0002) /* //
This will take the raw SMF data, in this case the MANE data, and produce the workload activity report as an H output class in SDSF.