How would the number +1234 be stored if a PIC clause of
PICTUREs9(4) comp-3 were used?
Answer Posted / rama krishna
It will be stored as follows:
01 23 4C
This is only internal storage representation. But if you
display the variable then you will see 1234 not even '+'.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Why occurs cannot be used in 01 level in COBOL?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Write a cobol program making use of the redefine clause.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How do you differentiate between cobol and cobol-ii?
What is static and dynamic call in cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the local-storage section?
Write down the divisions of cobol program?
What are the different types of condition in cobol and write their forms.
how do you reference the variable block file formats from cobol programs
what is difference between cobol and cobol/400
Define static linking and dynamic linking.
What is the difference between external and global variables in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?