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 do you reference the printer file formats from cobol programs
How do u know what version of cobol u are using?
what is the minimum number of lines a Cobol program should have to successfully compile and run
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
What is the compute verb? How is it used?
What is ASKTIME, SUSPEND
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
give the examples for strings and unstrings in cobol