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
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
) How do u handle errors in BMS macro
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
explain sorting techniques in cobol program?
How do get the result of your program directly on your pc?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Write a program to enter and display the names of students in a class using the occurs clause.
What are the different rules for performing sort operation?
Difference between array and sub-script ?
Explain what you understand by passing by value.
Whats the difference between search & search ALL?
Describe the cobol database components?
What is a scope terminator give example?