Answer Posted / dev
the most significant bit is used as a sign bit if it is set
then the field is negetive if not than positive
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
What are 77 levels used for?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Write the code implementing the perform … varying.
What is the utilization of copybook in cobol?
How do you differentiate between cobol and cobol-ii?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are the different open modes available in cobol?
What is the difference between goback, stop run and exit program in cobol?
how do you reference the printer file formats from cobol programs
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 code after getting data?
How can you get the ksds file records into your cobol program?
What is the difference between PIC 9.99 and PIC9v99?
Mention the guidelines to write a structured cobol program?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?