HELLO FRIENDS,
THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING
QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE
IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER
Answer Posted / necron
if the field is an alphabetic or alphanumeric you will have
spaces and if it is numeric you will have zeroes..(for low-
values)...i dont know abt high values! ;-)
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
What are the various section in data division and briefly explain them.
how to move the records from file to array table. give with code example
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are declaratives and what are their uses in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are the pertinent COBOL
How do define dynamic array in cobol.
example for sub strings ? and refernce modifications whit output pls
Write a program to explain size error.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
When is inspect verb is used in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
How arrays can be defined in COBOL?