On Fri, 28 Apr 2017 13:12:08 -0500, Peter Vander Woude <pwo...@harristeeter.com> wrote:
>Lizette, > >The error message we see is > >IGD17272I VOLUME SELECTION HAS FAILED FOR INSUFFICIENT SPACE >DATA SET xx.xx.xx.G0014V00 >JOBNAME (CTEC004A) STEPNAME (STEP0100) >PROGNAME (IKJEFT01) DDNAME (DD1 ) >REQUESTED SPACE QUANTITY = 65536000 KB >STORCLAS (SCTST) MGMTCLAS (MCEX180) DATACLAS (DCEXST) >STORGRPS (SGTST ) > >Someone else, privately, asked if we had tried using BLOCK(32). I had not >tried that, as I though that related to the # of blocks to be allocated. > >I did try it just now, and that took care of the issue. I don't know what >dynamic allocation was defaulting to for that parameter, but it's a strange >value. > You were originally requesting 8000*1024 or 8192000 blocks of average length 8000 bytes, since the 8000 value is also the average block length (for space calculations) in the absence of the BLOCK(length) keyword. That comes out to 65536000000 bytes, or 65536000 KB in message IGD17272I. Apparently the "K" in AVGREC(K) means multiply by 1024, while the "KB" in message IGD17272I means 1000-byte units. According to the "Using Data Sets" manual, AVGREC(K) uses a scale of 1024. http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DGT2D4A0/1.3.1.2 Bill ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN