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 |
how the control comes back from subprogram to mainprogram
is this below syntax correct? CALL 'subprg' using A,B Please help
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array
If we use GO BACK instead of STOP RUN in cobol?
) what is the difference between AID and HANDLE AID?
What is the local-storage section?
s9(18) comp-3:: What is the size of memory it takes internally?
What is the difference between comp and comp-3 usage?
how to convert the recors form vsam file to db2 table tru file aid
How to retain the Duplicates in the one records?
what is the advantage of using redefines instead of delaring the variables ?