where do u use low-value and high value in cobol

Answer Posted / mehdee

When you need a data field to have value less than any
other data INITIALZE or MOVE LOW-VALUES to that filed. same
for HIGH-VALUES when you need that field to have valuue
more that any other data.

Is This Answer Correct ?    21 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to move the records from file to array table. give with code example

2212


What is rmode(24)

676


What is the default value(s) for an initialize and what keyword allows for an override of the default?

689


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2095


Can you please let me know the centre name of INS certification in Kolkata.

1709






What is the difference between comp and comp-3 usage?

670


How many sections are there in data division in COBOL?

675


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

886


State the various causes of s0c1, s0c5 and s0c7.

656


IF I mention stop run in CICS what happens?

1887


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

697


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

668


What is the difference between goback, stop run and exit program in cobol?

914


how to refer the data field?

1798


What is perform what is varying?

698