Answer Posted / dev
the most significant bit is used as a sign bit if it is set
then the field is negetive if not than positive
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
What are the different data types in cobol?
How do we get current date from system with century in COBOL?
What is the usage of comp fields in cobol?
What is cobol?
What the difference is between continue and next sentence?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
how do you reference the ksds vsam file formats from cobol programs
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are the different types of condition in cobol and write their forms.
In COBOL, what is the different between index and subscript?
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.
What is comp-1 and comp-2?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Name the sections present in data division.