Answer Posted / srikanth doki
z(2) means it will fills with two zeroes
and z9(2) it will fill left most with zero and the other bit
will empty
Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is a report item?
What are the cobol coding sheets?
What guidelines should be followed to write a structured cobol prgm?
What is the difference between goback, stop run and exit program in cobol?
how do you reference the rrds file formats from cobol programs
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between PIC 9.99 and 9v99 in COBOL?
Which is not true about evaluate statement
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
When is inspect verb is used in cobol?
What are all the divisions of a COBOL program?
How do define dynamic array in cobol.
What are literals?
Write the code to count the sum of n natural numbers.