How is sign stored in a COMP field ?
Answers were Sorted based on User's Feedback
Answer / 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 |
what are the steps to sort in a cobol program?
State the various causes of s0c1, s0c5 and s0c7.
how do you reference the fixed unblock file formats from cobol programs
in the TIME parameter we r giving hours r minutes
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
What is the point of the REPLACING option of a copy statement?
How can we know that cobol program is using report file or simple file....?
what is filler and what is use of filler
What is the meaning of 'Eject' verb in cobol?
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
Write the code implementing the perform … varying.
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?