Requirement to list logonids where a field is not equal to another field within an ACF2 ACFRPTSL report.
For example:
PREFIX does not equal LID within the logonid
How to specify a 'not equal' operator within the ACFRPTSL report IF syntax?
Release : 16.0
Component : CA ACF2 for z/OS
Recommend one of the following:
IF(PREFIX NE LID)
or
IF(PREFIX ¬= LID)
Obtaining the '¬' sign from the keyboard appears related to key mapping within the 3270
emulator. The '¬' symbol is hex '5F'. Edit the JCL and issue HEX ON and entered '5F' for
the '¬' character.