what is the use of comp2 ? where can we use it with example ?
Answer Posted / kumar
Internal representation of COMP 2 data type is Hexadecimal
requires double word for the data item to store. Used for
accurate calculations ( more precessions )
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is rmode(any) ?
Give some examples of command terminators?
) how do u code after getting data?
how do you reference the ksds vsam file formats from cobol programs
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.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
State the various causes of s0c1, s0c5 and s0c7.
Explain how to differentiate call by context by comparing it to other calls?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Explain how you can characterize tables in cobol?
What is the Purpose of Pointer in the string?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do you reference the fixed block file formats from cobol programs
how can i see junk values in dclgen or in hostvariable of comp ?