Answer Posted / phani
if n is even, then n/2 + 1 bytes
if n is odd, then int(n+1/2) bytes
every time rightmost 1/2 byte is used to store sign value.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is the difference between Global and External Variables?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Explain about different table spaces.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Why occurs cannot be used in 01 level in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Write a program that uses move corresponding.
A table has two indexes defined. Which one will be used by the SEARCH?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
how to convert the recors form vsam file to db2 table tru file aid
What is the use of intialize verb?
When is inspect verb is used in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?