How can the contents of a field for high values be tested?
search cancel

How can the contents of a field for high values be tested?

book

Article ID: 55839

calendar_today

Updated On:

Products

Easytrieve Report Generator

Issue/Introduction

What is the syntax for testing a field for high-values?  Can this be coded within an Easytrieve program?

Environment

Easytrieve Plus Report Generator, release 6.4

Resolution

There are two ways to test a field for high values:

IF FIELD_NAME HIGH-VALUES <= NOTE: the Boolean operator implied and VALUES end with the letter S
IF FIELD_NAME = X'FF'