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 redefines clause in COBOL?
Name some of the examples of COBOl 11?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the difference between goback, stop run and exit program in cobol?
How many bytes S(8) comp field occupy and its maximum value?
Write the code to count the sum of n natural numbers.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Which Search verb is equivalent to PERFORM…VARYING?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How to remove 2 duplicate records and copy only one using job control language?
how do you define single dimensional array and multidimensional array in your cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
Describe the cobol database components?