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
What is the difference between binary search and sequential search?
IF I mention stop run in CICS what happens?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What are all the divisions of a COBOL program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How do you reference the following file formats from cobol programs?
What do you understand by psb and acb?
What the difference is between continue and next sentence?
Write down the divisions of cobol program?
Can we redefine the field of x(200) to less than 200?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
) How do u handle errors in BMS macro
how do you reference the printer file formats from cobol programs
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the local-storage section?