[Info-vax] $sndopr() and dsc64$descriptor

Jim mckinneyj at leidos.com
Thu Mar 11 13:41:06 EST 2021


On Thursday, March 11, 2021 at 11:45:09 AM UTC-5, osuv... at gmail.com wrote:
> I'm trying to sort out a SS$_ARG_GTR_32_BITS error status from a SYS$GETQUIW call. 
> I used 32-bit buffers for the data pointed to by the item list, but not the item list itself, I 
> apparently was wrong it thinking it could deal with that.

I've been having trouble find much in the way of doc or examples of programming
in 64 bit space... it seems that for the system services, if the VMS help library entry
for the corresponding service does not include text like

       On Alpha and Integrity server systems, this service accepts 64-
       bit addresses.

then it likely requires all parameters be passed from 32 bit space. I notice the $getqui
does not include the above text. I imagine that you'll have to move the item list down
into 32 bit space.



More information about the Info-vax mailing list