Re: RMF Mon III Reports



On Tue, 28 Feb 2006 15:35:58 -0500, Dean Montevago
<Dean.Montevago@xxxxxxxxx> wrote:

Hi,

I have to run some reports against a weeks worth of SMF data (3 LPAR's,
24 hr per day). Do I need to pre-allocate a MFRxxxxx for each interval ?
or is there a way to allocate 1 dataset and have all the reports written
to it ?


You don't need to pre-allocate anything. They are dynamically allocated
to the class specified (or defaulted) by SYSOUT(?) in your control cards
(although you can pre-allocate them if you wish).

If you want them all to one DD then you do have to pre-allocate a
PPRPTS DD.

Here is a snippet of my JCL that has some comments:

//RMFPOST EXEC PGM=ERBRMFPP,REGION=100M
//*STEPLIB DD DISP=SHR,DSN=SYS1.SERBLINK,UNIT=SYSALLDA,VOL=SER=RESM60
//*MFPINPUT DD DISP=SHR,DSN=userid.SMF7079.SORTED
//SYSABEND DD SYSOUT=*
//MFPMSGDS DD SYSOUT=* /* MESSAGE OUTPUT */
//*MFRNNNNN DD SYSOUT=* /* INTERVAL RPTS */
//PPRPTS DD SYSOUT=* /* COMBINED INTERVAL RPTS */
//*MFXNNNNN DD SYSOUT=* /* EXCEPTION INTERVAL RPTS */
//PPXRPTS DD SYSOUT=* /* COMBINED EXCEPTION RPTS */
//*PPXSRPTS DD SYSOUT=* /* SYSPLEX RPTS */
//*PPPLTNNN DD SYSOUT=* /* PLOT RPTS */
//*PPEXTNNN DD SYSOUT=* /* EXCEPTION RPTS */
//*PPORPNNN DD SYSOUT=* /* OVERVIEW RPTS */
//*PPSUMNNN DD SYSOUT=* /* SUMMARY RPTS */
//*PPOVWREC DD DSN=userid.RMFPOST.OVERVIEW.RECS,
//* DISP=(NEW,CATLG,DELETE),
//* SPACE=(CYL,(25,25),RLSE),
//* DCB=(RECFM=VB,LRECL=32756,BLKSIZE=32760)
//SYSIN DD *
SYSOUT(H)
<remainder snipped>


--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group
mailto: mark.zelden@xxxxxxxxxxxx
Systems Programming expert at http://Search390.com/ateExperts/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
.



Relevant Pages

  • Re: IEF195I
    ... After receiving the IEF195I trying to pre-allocate the file using ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)
  • RE: RMF Mon III Reports
    ... I have to run some reports against a weeks worth of SMF data (3 LPAR's, ... You don't need to pre-allocate anything. ... email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO Search ... Search the archives at http://bama.ua.edu/archives/ibm-main.html ...
    (bit.listserv.ibm-main)
  • Re: Auto-FTP
    ... We put the pdfs ... take JES2 reports, converts them to PDF's and FTP's them off to a place ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)
  • Re: Heads Up - LE PE - PK15432
    ... We installed the fix for PK15432 on 11 Dec. 2005 as part of our last maintenance roll-out before year-end freeze. ... We have not had any reports of issues on R6 which includes the now PE ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)
  • RE: SCRT
    ... I typed my reply more for the benefit of those that were wondering what, if any, changes *may* be made in future to the reporting process. ... > the sending of the reports directly from the host without the hassle ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)