How to specify a 'not equal' operator within ACF2 ACFRPTSL report?
search cancel

How to specify a 'not equal' operator within ACF2 ACFRPTSL report?

book

Article ID: 199393

calendar_today

Updated On:

Products

ACF2 ACF2 - z/OS

Issue/Introduction

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?

 

Environment

Release : 16.0
Component : CA ACF2 for z/OS

Resolution

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.