VMS Help System Services, $SET PROCESS PROPERTIESW (Alpha Only), Arguments *Conan The Librarian (sorry for the slow response - running on an old VAX) |
mbz1,mbz2,mbz3 type: access: mechanism: 0 Reserved for future use by Compaq. Must be specified as 0. property OpenVMS usage:integer type: longword (unsigned) access: read only mechanism: by value A constant that selects which property to set. Valid values for property are defined by the $PPROPDEF macro as follows: Property Code Description PPROP$C_HOME_RAD: The Resource Affinity Domain (RAD) to which the process is assigned. Newly mapped memory in the process will come from the home RAD of the process. Currently mapped memory will not move into the new home RAD unless $PURGWS is issued. Valid values are integers between 0 and the maximum RAD on the system. Valid home RADs must also contain either memory or CPUs. Note: OpenVMS support for RADs is available only on the new AlphaServer GS series systems. For more information about using RADs, refer to the OpenVMS Alpha Partitioning and Galaxy Guide. PPROP$C_PARSE_STYLE_ The type of command parsing to use. This TEMP: value is set only for the life of the image. The value reverts to the permanent style on image rundown. Valid values are: PARSE_STYLE$C_TRADITIONAL and PARSE_ STYLE$C_EXTENDED. PPROP$C_PARSE_STYLE_ The type of command parsing to use. This PERM: value is set for the life of the process unless the style is set again. Valid values are: PARSE_STYLE$C_TRADITIONAL and PARSE_STYLE$C_EXTENDED. value OpenVMS usage:integer type: quadword (unsigned) access: read mechanism: by value New property value. prev_value OpenVMS usage:access_mode type: quadword (unsigned) address of a quadword value access: write mechanism: by reference The address of a quadword that will receive the previous value of the property.
|