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 |
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Can you please let me know the centre name of INS certification in Kolkata.
HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?
How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are the different ways to run a COBOL DB2 program using JCL?
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
What is the maximum length of a field you can define using COMP-3 in COBOL?
What R 2 of the common forms of the EVALUATE STATEMENT ?
How do you submit JCL via a Cobol program?
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.