Answer Posted / mf buzz
Hi,
for pic 9(n) comp-3.
if n is even, then n/2 + 1 bytes
if n is odd, then int(n/2) bytes.
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
Why did you choose to work with ibm mainframe cobol programming?
What is the difference between goback, stop run and exit program in cobol?
Give some examples of command terminators?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
how to refer the data field?
What is inspect in cobol ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
) How do u handle errors in BMS macro?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What the difference is between continue and next sentence?
What is a report item?
What is the difference between binary search and sequential search?