Re: support mod-27

2006-10-04 Thread Tom Duerbusch
Thanks That did show ending gaps, but dirmap isn't a rexx exec that I could modify I have diskmap modified to display the device type and the VSE volid, for minidisks: VOLUME USERID CUU DEVTYPE START ENDSIZE VM300B $ALLOC$300B 3380 00

Re: support mod-27

2006-10-04 Thread Kris Buelens
DISKMAP was created in the times that DIRMAP was not standard available in VM, it was part of IPF, later CUF, available at extra cost. Forget about DISKMAP and use DIRMAP. DIRMAP will report gaps at end-of-volume, and it does not report fullpack mindisks as overlap. DIRMAP gives a non-zero ret

Re: support mod-27

2006-10-04 Thread Rich Greenberg
On: Wed, Oct 04, 2006 at 11:51:31AM -0500,Tom Duerbusch Wrote: } Now that is worth something. } It comes back with the number of cylinders, not just model. } } It use to be that model ment somethingthe number of cylinders you } could expect. But I've hit too many times, and I've done it

Re: support mod-27

2006-10-04 Thread Alan Altmark
On Wednesday, 10/04/2006 at 11:51 EST, Tom Duerbusch <[EMAIL PROTECTED]> wrote: > Now that is worth something. > It comes back with the number of cylinders, not just model. > > It use to be that model ment somethingthe number of cylinders you > could expect. But I've hit too many times,

Re: support mod-27

2006-10-04 Thread Brian Nielsen
Yeah. I've scrapped a lot of code myself after IBM implemented functionality that made it obsolete. (Anyone want code to dynamically change the LOGO on VM/370 or VM/SP?) Brian Nielsen On Wed, 4 Oct 2006 09:40:00 -0700, Schuh, Richard <[EMAIL PROTECTED]> wrote : >I wish all my wishes were fu

Re: support mod-27

2006-10-04 Thread Tom Duerbusch
Now that is worth something. It comes back with the number of cylinders, not just model. It use to be that model ment somethingthe number of cylinders you could expect. But I've hit too many times, and I've done it also, had the dasd system create small packs. Perhaps it was due to a sma

Re: support mod-27

2006-10-04 Thread Schuh, Richard
STSERV.UARK.EDU > Subject: Re: support mod-27 > > > Sorry, got the syntax backwards. Should be: Q DASD DETAILS > > Brian Nielsen > > On Wed, 4 Oct 2006 11:24:44 -0500, Brian Nielsen > <[EMAIL PROTECTED]>= > > wrote: > > >Q DASD DETAILS reports the number of cylinders. > > > >Brian Nielsen >

Re: support mod-27

2006-10-04 Thread Brian Nielsen
Sorry, got the syntax backwards. Should be: Q DASD DETAILS Brian Nielsen On Wed, 4 Oct 2006 11:24:44 -0500, Brian Nielsen <[EMAIL PROTECTED]> wrote: >Q DASD DETAILS reports the number of cylinders. > >Brian Nielsen

Re: support mod-27

2006-10-04 Thread Brian Nielsen
Q DASD DETAILS reports the number of cylinders. Brian Nielsen On Wed, 4 Oct 2006 09:13:56 -0700, Schuh, Richard <[EMAIL PROTECTED]> wrote : >This is one of those things that would be a nice-to-have addition to the reply from a QUERY rdev or QUERY DASD vser command. It undoubtedly is not wo

Re: support mod-27

2006-10-04 Thread Hodge, Robert L
K.EDU > Subject: Re: support mod-27 > > This is one of those things that would be a nice-to-have > addition to the reply from a QUERY rdev or QUERY DASD vser > command. It undoubtedly is not worth modifying the command > just for this, but could be easily added when other >

Re: support mod-27

2006-10-04 Thread Schuh, Richard
IBM z/VM Operating System [mailto:[EMAIL PROTECTED] > Behalf Of Kris Buelens > Sent: Wednesday, October 04, 2006 1:45 AM > To: IBMVM@LISTSERV.UARK.EDU > Subject: Re: support mod-27 > > > I think it does > > A couple of ideas to find it out experimentally: > - hav

Re: support mod-27

2006-10-04 Thread Nix, Robert P.
We're completely mod-27 now, and moved to these before implementing zVM 5.2, so yes, 5.1 does support them. -- .~.Robert P. Nix Mayo Foundation /V\RO-OC-1-13 200 First Street SW /( )\ 507-284-0844Rochester, MN 55905 ^^-^^ - "In theory

Re: support mod-27

2006-10-04 Thread Kris Buelens
I think it does A couple of ideas to find it out experimentally: - have a look at $DASD$ CONSTS S, it list maximum sizes of all supported DASDs - just try: add a minidisk with the size of a mdl 27 and run DIRECTXA, not supported if DIRECTXA complains about the size. Kris, IBM Belgium, VM custo