What is low values and high values?

Showing Answers 1 - 8 of 8 Answers

Chris

  • Jun 26th, 2005
 

LOW-VALUES and HIGH-VALUES are figurative constants that represent the lowest and highest possible values for an alphanumeric data item. You would use them anytime you want to set or compare a data item to "all bits off" or "all bits on" values. 
 
On system 390, 
LOW-VALUE = X'00' or all binary zeroes. 
HIGH-VALUE = X'FF' or all binary ones.

  Was this answer useful?  Yes

GZ

  • Apr 2nd, 2006
 

Generally used for initialization. HIGH or LOW values are assigned as per the collating sequence.

  Was this answer useful?  Yes

sc60900

  • Oct 31st, 2008
 

High-Values & Low-Values are ALPHANUMERIC Figurative Constants in COBOL. These are non printable characters which are having highest and lowest values respectively in a collating sequence.

Rishu

  • Aug 12th, 2014
 

LOW-VALUE = X00 which are hexadecimal zeros.
HIGH-VALUE = XFF which are hexadecimal ones.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions