Specifying RECORDS(X) may not be required if you have the XREPTEXT DD in the JCL. (At least in 1.13, and probably a bit earlier....)
At my shop, the housekeeping is done first, then another job creates the extended extract and the reports. Here's our step to write to the extended extract: //********************************************************************** //* Create a new DFSMSrmm Extract Data Set (Extended format) * //********************************************************************** //STEP01 EXEC PGM=EDGHSKP,PARM='RPTEXT,DATEFORM(A)' //SYSPRINT DD SYSOUT=* //MESSAGE DD DSN=SYS2.DFRMM.MESSAGE.FILE,DISP=SHR //XREPTEXT DD DSN=SYS2.DFRMM.REPORT.EXTRACT.FILE,DISP=SHR Hope this helps, Greg Shirey Ben E. Keith Company -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Gonzalo Cengotita Sent: Monday, November 02, 2015 1:42 AM To: [email protected] Subject: Re: RMM byte usage How are you creating the extract file? You must use the DD XREPTEXT and the command: RPTEXT RECORDS(X,...) (X at least to get the extended extract records) *Gonzalo Cengotita* ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
