A follow-up question if I may. I am trying to figure out the meaning of the sentence (in JCL Reference, under SPACE=(blklgth ...) "The value specified for block size uses block length in this computation, with the exception of the value zero." I can't quite assign a meaning to that sentence.
If ... - the JCL specifies SPACE=(605,(4640,580)) (with no AVGREC) - the (output) DCB is defaulted to BLKSIZE=0 and the open exit does not set BLKSIZE - the dataset is new - SMS is active on the system (but I don't think this dataset is SMS-managed) .. is there any reasonable circumstance under which MVS will NOT allocate roughly 104 tracks primary? Is the zero BLKSIZE fouling me up somehow? FWIW, the evidence is that it is running out of space after about 600 121-byte records, which SHOULD be being blocked x 26 to 3146 (but other possible errors might be resulting in unblocked records - as I said in another post, I'm working on a bug here under circumstances which limit the amount of information I have to go on). Thanks everyone for your patience. Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Charles Mills Sent: Friday, June 16, 2006 10:13 AM To: [email protected] Subject: Track capacity? Where can I find 3390 track capacity tables or formulas? I haven't done this in so long I think the last time I did this it was for a 2314. Specifically, I am trying to figure out: - If the DD statement says SPACE=(605,(4640,580)) how many tracks will have been allocated (primary and each secondary)? ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

