Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
5-12
DEFINESETATTR
Modifies the value of an attribute in the DEFINE working set.
DEFINESETLIKE
Initializes the working set with the attributes in an existing DEFINE.
error := DEFINESETATTR ( attribute-name
,[ value ]
,[ value-len ]
,[ default-names ] );
error, INT returned value
0 Successful.
2049 Syntax error in name.
2052 Unable to obtain file-system buffer space.
2055 Attribute not supported.
2062 Attribute name too long.
2063 A syntax error occurred in default names.
2064 The required attribute cannot be reset
2066 Parameter missing.
2067 Illegal value.
attribute-name, STRING .EXT:ref:16 input
value, STRING .EXT:ref:* input
value-len, INT:value input
default-names, INT:ref:8 input
[0:3] The default volume name (blank filled on the right)
[4:7] The default subvolume name (blank filled on the right)
error := DEFINESETLIKE ( define-name );
error, INT returned value