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 are the rules of the move verb?
what are the error codes in cobol, db2, cics, vsam , and jcl
S9(5)V9(2) occupies how many bytes memory ?
input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.
What is the meaning of 'TALLING' verb in cobol?
I have a PS file and I would like to manually insert the binary values (like a COMP format) into the file. How can i do that? the way do in COMP-3 format.. suppose i want to insert -12345 in to file in comp-3 format. simply we can open a file in edit mode and do HEX-ON and insert the value . SEE BELOW-- 135 24D in 3 bytes - this will be COMP-3 presenatation of -12345.
What is IMPACT analysis?
what happens if parmparameter passes zero bytes to the program
DATAONLY, MAPONLY functionality?
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
how to transfer the file from pc to mainframe??
how do u list the abended jobs?