Skip to main content

Problem:

The variable browser search report does not show the value within the MOVE of a constant into a num field if it has a " " sign in front of it, when using Simulated Text display mode.

if statement has the following:

MOVE 12345678 to NUM-FIELD  ==> variable browser will show MOVE 12345678 to NUM-FIELD

if the statement has the following:

MOVE 123456789 to NUM-FIELD ==> variable browser will show MOVE to NUM-FIELD

Resolution:

In order to see the actual text of these move statements, it's best to change the User Display mode to REAL TEXT so that the full MOVE statement is shown in the browser results.

Old KB# 1199

#EnterpriseAnalyzer
#SupportTip