Important This documentation space contains information about PATROL Agents when deployed in a TrueSight Operations Management environment. If you are a BMC Helix Operations Management user, see PATROL Agent 22.3.01 for BMC Helix Operations Management.

PslSetOptions()


Set the run-time options for the calling PSL process to the specified value.

Syntax

PslSetOptions([options])

Parameter

Parameter

Definition

options

integer value that specifies the options

*Valid Values* 
0 No options 
1 Calculate the message digest 
2 Send the current PSL source line in each XPC call 
These options can be selected together: 
3 selects both 1 and 2.

Description

Use the PslSetOptions() function to set the run-time options for the calling PSL process to the specified value. The current value of the options mask is always returned. If no argument is given, then the process options are not changed; this is useful if you just want to retrieve the current options mask. This function is useful only if the PSL script uses the XPC (external PSL call) server.

Example

The following is an example of the PslSetOptions() function:

current_options = PslSetOptions(2);

 

 

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*