where do u use low-value and high value in cobol
Answer Posted / 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 |
Post New Answer View All Answers
Define cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Have you used comp and comp-3 in your project? And how?
HOw can I get the negative sign while deduct high value from low value
What is a report item?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Write a program to explain size error.
What is difference between static and dynamic call in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
what are decleratives in cobol?
Which mode is used to operate the sequential file?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?