S9(5)V9(2) occupies how many bytes memory ?
Answer Posted / 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 View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
what is the use of outrecord?
What is the usage of comp fields in cobol?
What are the access modes of START statement?
How do we get current date from system with century in COBOL?
What is inspect in cobol ?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Write a program that uses move corresponding.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What do you understand by psb and acb?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What are the different rules for performing sort operation?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Write a program to enter and display the names of students in a class using the occurs clause.
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.