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 |
What is the utilization of copybook in cobol?
S9(5)V9(2) occupies how many bytes memory ?
What is the difference between performing a SECTION and a PARAGRAPH?
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
how to access the file from prodution from changeman tool and to submit a file to production
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
What is the difference between COMP & COMP-3 ?
What is mean by maxcc