What are the HIGH Values,LOW values and where we can use?

Showing Answers 1 - 7 of 7 Answers

janaki

  • Feb 23rd, 2006
 

low values r the least values in collating sequence,where as high values r the higher values in collating sequence 

  Was this answer useful?  Yes

ralph

  • Feb 27th, 2006
 

We can use in this kind of scenario.

To read files from back to front.Here you move high values to key field and you start reading backwards.

DavidStagg

  • Mar 19th, 2006
 

HIGH-VALUES and LOW-VALUES are figurative constants. In HIGH-VALUES, all the bits in the byte are on ie:FFFFFFFFIn LOW-VALUES, all the bits in the byte are off. ie. 00000000.I've mostly see it used in sequential updating of a master file.

kapilvharande

  • May 30th, 2006
 

Low values means move some variables to spaces or lowest value if we dont know the actual value.

High values means moving highest values to some variables in our program.

actually moving the agtual value in our value if we dont know the value os atomatically send it if we are giving move high values to A.

  Was this answer useful?  Yes

HIGH-VALUES and LOW-VALUES are the largest and smallest possible values a given variable can hold, respectively. Typically, they are usually used with alphanumeric PIC X type fields.

  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