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 / sejacoemor
I agree with Nikhil that our aim is to provide correct answers.
For Answer #4 (Nihar Ranjan Karan)
to compute for number of bytes for COMP-3:
count the total number of digits, divide it by 2 (disregard any fraction) then add 1. So, in the example if number is positive 5893.
it will be stored in 3 bytes only (not 4)
083
59C
---------------------------------------------
For Answer #5 (which actually a question from Prasenjit_in)
moving LOW-VALUES to a KEY-FIELD will point to 1st record while moving HIGH-VALUES to KEY-FIELD points to last record.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why occurs cannot be used in 01 level in COBOL?
What is rmode(any) ?
What is amode(31)
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Explain about different table spaces.
In COBOL programming, what is PERFORM? What is VARYING?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Can you please let me know the centre name of INS certification in Kolkata.
what are decleratives in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
how can i see junk values in dclgen or in hostvariable of comp ?
What is report-item in COBOL?
Have you used comp and comp-3 in your project? And how?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.