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
Why would you use find and get rather than to obtain?
What is the usage of comp fields in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Why did you choose to work with ibm mainframe cobol programming?
How do you get the data to code the BMS macro?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Name some of the examples of COBOl 11?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the compute verb? How is it used?
What rules are to be followed while using the corresponding options?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What rules are followed by the search verb.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the difference between structured cobol programming and object alternativelyiented cobol?