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
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how do you reference the variable unblock file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
In COBOL, what is the different between index and subscript?
What is length is cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are the cobol coding sheets?
What rules are followed by the search verb.
State the various causes of s0c1, s0c5 and s0c7.
How do you get the data to code the BMS macro?
how to refer the data field?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
what happens if parmparameter passes zero bytes to the program
) what is the difference between AID and HANDLE AID?