S9(5)V9(2) occupies how many bytes memory ?
Answers were Sorted based on User's Feedback
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 |
Answer / saikiran
7 bytes,sign does n't occupy any space internally.
| Is This Answer Correct ? | 11 Yes | 3 No |
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 |
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 |
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 ?
How arrays can be defined in COBOL?
What is the difference between external and global variables in COBOL?
What are the different ways to run a COBOL DB2 program using JCL?
How you can read the file from bottom?
What is binary search?
What is Alternate Index ? How is it different from regular index ?
Explain Restart Logic in Cobol?
Give some advantages of REDEFINES clause?
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.
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?