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 |
What is a report item?
i Want All cobol ERROR codes?
The maximum number of dimensions that an array can have in COBOL-85 is ?
which generation language is cobol
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
A s9(4). B v9(4) value 0.21 can i move this?
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
plz,could any one tell me? what about EBCDIC in cobol?briefly?
What is the difference between CONTINUE & NEXT SENTENCE ?
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans