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 |
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
how many divisions are there in cobol
What is comp-1 and comp-2?
How do you differentiate between cobol and cobol-ii?
IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.
What is different between variable length and fixed length?
What is Static,Dynamic linking ?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
can we use variable picture clause as xx.99 in cobol.
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?