Answer Posted / rama
z(2) occupies two bytes and will supress the leading zeros
z9(2) occupies 3 bytes and will supress the leading zeros
in the first byte.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What are the pertinent COBOL commands?
What are the different rules for performing sort operation?
) How do u handle errors in BMS macro
Which division and paragraphs are mandatory for a COBOL program?
Write a program to enter and display the names of students in a class using the occurs clause.
What are the different types of condition in cobol and write their forms.
How are the next sentence and continue different from each other?
What is amode(24)?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the difference between Global and External Variables?
What are declaratives and what are their uses in cobol?
Difference between cobol and cobol-ii?
In COBOL programming, what is PERFORM? What is VARYING?
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 is the difference between external and global variables in COBOL?