[Info-vax] What are my current process units - blocks or bytes ?
Jan-Erik Söderholm
jan-erik.soderholm at telia.com
Thu Aug 27 07:08:12 EDT 2020
Den 2020-08-27 kl. 12:42, skrev Richard Brodie:
> On Thursday, 27 August 2020 at 10:36:35 UTC+1, geze... at rlgsc.com wrote:
>
>> It would probably be a good idea if VSI enhanced F$GETJPI to include a "DISPLAY_UNITS" request, so that command procedures can retrieve and subsequently restore the display state as needed. Actually, it would be a good policy with such settings in general.
>
> $ write sys$output f$getjpi(0,"units")
> BLOCKS
>
Ha! I was looking for that before, but it is not in HELP
on my 8.4-2L2 systems, so I gave up. Works fine anyway...
$ write sys$output f$getjpi(0,"units")
BLOCKS
$ set proc/un=by
$ write sys$output f$getjpi(0,"units")
BYTES
$
More information about the Info-vax
mailing list