LOGUSERINFO

This activity creates an impromptu entry in the processing sequence log - subject to the logging level for the processing sequence run.

INPUT Parameters:

LOGSTEP: Optional *

May specify short log entry text that describes the step being performed.  If you do not specify the text, the activity will supply default text like 'Impromptu log message'.  (This is the short text that is usually shown at the left of each log entry when you display or print a Processing Sequence log.)

The text may contain embedded references to processing sequence variables (eg: &myvar) and/or built-in variables (eg: *tradingpartner) that will be replaced by the current variable values.  Refer to the description of the SUBSTITUTE_VAR activity for a complete description of the rules that apply with respect to variable substitution.

* You must specify a value for one (or both) of the LOGSTEP or LOGTEXT parameters.

LOGTEXT: Optional *

Specifies the impromptu message text for the log entry. The activity will use a maximum of 512 characters, but, in any event, you should usually specify considerably less than this.  (This is the longer text that is usually shown at the right of each log entry when you display or print a Processing Sequence log.)

The text may contain embedded references to processing sequence variables (eg: &myvar) and/or built-in variables (eg: *tradingpartner) that will be replaced by the current variable values.  Refer to the description of the SUBSTITUTE_VAR activity for a complete description of the rules that apply with respect to variable substitution.

* You must specify a value for one (or both) of the LOGSTEP or LOGTEXT parameters.

LOGEXTRA: Optional

Specifies additional information that supports the impromptu message. This might enumerate parameter values or a command string that affect the operation in progress. This information, if specified, can be displayed for the log entry under the heading additional information. The activity will use a maximum of 512 characters for this parameter.

LOGBOOKMARK: Optional

This parameter specifies that the log entry created by this activity should be bookmarked, so that it can more easily be located when displaying the Processing Sequence Log.  The default value, *YES, specifies this behavior.  You may specify a value of *NO to prevent the log entry being bookmarked.

OUTPUT Parameters:

There are no output parameters.