-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor Change to Read Device Characteristic CCW (x'64') #456
Comments
Hi Aaron! Just so I don't have to go looking for it, is this documented in some manual somewhere? Thanks! |
Hi Fish, /* TRKRD EXEC / 00000C RDCMCYL DS XL2 NUMBER OF PRIMARY CYL |
? What the heck is that? That's not a reference manual I've ever heard of. I was looking for something more along the lines of:
Etc... According to GA32-0274-05 "3990,9390 Storage Control Reference", RDC bytes 12-13 is indeed defined as "Number of Primary cylinders", but bytes 58-63 are defined as "Reserved". I'm looking for a manual that defines those bytes, or something authoritative or even semi-authoritative. I'm presuming this "HCPRDCBK COPY" thing is some assembler copy book or something? An assembler macro? Where does this "HCPRDCBK COPY" live? In some pds somewhere in z/OS? Or on some minidisk in z/VM somewhere? If so, I would certainly consider that to be authoritative. But with just your word to go on -- no matter how good I personally think it is -- isn't good enough in this case I'm afraid. (I googled for HCPRDCBK but basically came up dry.) |
FOUND IT!
That's good enough for me! I'll get that fixed for you right away, Aaron. It'll appear in the next release (4.5). |
Closes #456 "Minor Change to Read Device Characteristic CCW (x'64')"
Closed by commit 219956b. |
In all modern storage controllers a x'64' CCW returns a full word number of cylinders of a volume at offset +60 (x'3C'). This is in addition to a half word at offset +12 (x'0C') and regardless of volume being an EAV or not.
The text was updated successfully, but these errors were encountered: