where do u use low-value and high value in cobol
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / aditya
it depends upon the logic we are writing.if we dont know the lowest value record.we can move the low values and can write a logic as read next in the case of files concept.its just an example
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / mahesh
when we a small integer then we have to use low value
otherwise go for high-value
Is This Answer Correct ? | 3 Yes | 16 No |
Whats the difference between search & search ALL?
How is sign stored in a comp-3 field?
Give some advantages of REDEFINES clause?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
what is the difference b/w level no.01 & level no.77?
When is inspect verb is used in cobol?
I got user abend U4038 while compiling my runjcl.. can anyone help me?
What is the difference between PIC 9.99 and 9v99?
how to check whether the open command of a sequential file is successful? or not?
What is COMP SYNC?
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?