hi. This is Ram.i have one doubt.why can't we display comp-3
variables directly? let me answer quickly plez........
Answer / yuvaevergreen
Hi ram,
Comp-3 variables are generally used for high storage
efficiency. They are stored in packed decimal format
internally.So, display is possible only when the packed
decimal item is moved to a numeric edited item.
| Is This Answer Correct ? | 21 Yes | 0 No |
What are the different rules of SORT operation?
Can we move X(7) to S9(7) COMP?
What is length is cobol?
What are the different ways to run a COBOL DB2 program using JCL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
what is difference between cobol and cobol/400
01 a pic s9(5) value '-12345' how it will be stored
what are the steps to sort in a cobol program?
How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.
How is sign stored in a COMP field ?
What is "Call by content" and "call by reference"?
Difference between cobol and cobol-ii?