diffrence between z(2) and z9(2)
Answers were Sorted based on User's Feedback
Answer / guest
z(2) - supresses 2 leading zeores
z9(2) - supresses 1 leading zero
| Is This Answer Correct ? | 26 Yes | 7 No |
Answer / 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 |
Answer / 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 |
How to recover a deleted source physical file from library?
How do you differentiate between cobol and cobol-ii?
How does IDMS communicate with CICS?
What is a scope terminator give example?
In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
How is sign stored in a comp-3 field?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
what is a load module ?
Can we redefine the field of x(200) to less than 200?
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
) What is the use of IGNORE?