[Info-vax] Very simple DCL question

Volker Halle volker_halle at hotmail.com
Sun Jan 1 11:29:11 EST 2023


> > This is interesting. One can get COM files to accept 16 parameters? 
> > How? 

See DCL_CTLFLAGS bit 3

If clear (the default), command procedure supports the default eight optional parameters (that is, (P1,P2,...P8)). If set, command procedure supports up to sixteen optional parameters (that is, (P1,P2,...P16)). This is also applicable when using the CALL command to transfer control to a subroutine.

Reference: https://wiki.vmssoftware.com/DCL_CTLFLAGS

Volker.



More information about the Info-vax mailing list