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 the LINKAGE SECTION used for?
What is an explicit scope terminator?
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
wht happens if we dnt give scope terminator ?
Can anyone please give the example of Inline Perform.
What is ASKTIME, SUSPEND
where do u use low-value and high value in cobol
have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..
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
how to refer the data field?
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
DATAONLY, MAPONLY functionality?