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 can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2100


What is the utilization of copybook in cobol?

657


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1616


what is amode(24), amode(31), rmode(24) and rmode(any)?

705


What are the rules of the move verb?

708






Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

686


What is comp-1 and comp-2?

765


How many sections are there in data division in COBOL?

680


Explain how to differentiate call by context by comparing it to other calls?

689


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

644


What is the difference between structured cobol programming and object alternativelyiented cobol?

757


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?

897


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

932


i want a program using by if, evaluate , string, unstring, perform, occurs?

4062


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1119