S9(5)V9(2) occupies how many bytes memory ?

Answers were Sorted based on User's Feedback



S9(5)V9(2) occupies how many bytes memory ?..

Answer / naveen87ginjupalli

S9(5)V9(2) occupies 7 bytes of memory.

Here V doesn't occupies any space it assumes internally.V is
the assumed Decimal point, it is used to store the Decimal
values.

Is This Answer Correct ?    43 Yes 10 No

S9(5)V9(2) occupies how many bytes memory ?..

Answer / ravi

7 bytes

Is This Answer Correct ?    21 Yes 5 No

S9(5)V9(2) occupies how many bytes memory ?..

Answer / saikiran

7 bytes,sign does n't occupy any space internally.

Is This Answer Correct ?    11 Yes 3 No

S9(5)V9(2) occupies how many bytes memory ?..

Answer / vaneesh

Only 7 bytes will be occupied.
Sign 's' will be stored as Zooned decimal (punch char).
and V will be only an assumed decimal which is stored
internally.

Is This Answer Correct ?    2 Yes 1 No

S9(5)V9(2) occupies how many bytes memory ?..

Answer / ronaldo luyo

I have a file with a field with s9(3)v9(4) and i need to
load with LOAD UTILITY DB2 v9. What data db2 type correspond
to this case in the crate table and load utility DB2 V9 FOR ZOS.

Is This Answer Correct ?    1 Yes 2 No

S9(5)V9(2) occupies how many bytes memory ?..

Answer / chavanbb33

it occupies 7 bytes as v doesn't occupy any storage space it is a assumed/implied decimal point.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More COBOL Interview Questions

Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?

6 Answers   ABC, IBM, Mphasis, Wipro,


where will u code file status ?

2 Answers   TCS,


How arrays can be defined in COBOL?

1 Answers  


What is the difference between external and global variables in COBOL?

1 Answers   Winsol Solutions,


What are the different ways to run a COBOL DB2 program using JCL?

2 Answers  


How you can read the file from bottom?

1 Answers  


What is binary search?

3 Answers  


What is Alternate Index ? How is it different from regular index ?

2 Answers  


Explain Restart Logic in Cobol?

1 Answers   L&T, Syntel,


Give some advantages of REDEFINES clause?

2 Answers   Syntel,


In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.

1 Answers  


I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?

6 Answers   IBM,


Categories