user/setsysvar
Parameters:
p1: partition username
p2: username
p3: system variable name
p4: system variable value
Return Type:
XML Dataset
Description:
Returns an XML dataset. If the operation is successful, it will return 2 items, true as the first item, and the value of the variable as the 2nd item. If the operation is not successful (if partition username or user username aren't found), it will return a single item - false.
Notes:
If the system variable name specified does not yet exist for the specified username, the variable will be created. If you append a + or - to the p4 value, the value will be ADDED or SUBTRACTED to the existing value (example: setting p4 to "+5" adds 5 to existing value).