hi. This is Ram.i have one doubt.why can't we display comp-3
variables directly? let me answer quickly plez........
Answer Posted / 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 |
Post New Answer View All Answers
What type of SDLC u followed? Why?
how do you reference the variable unblock file formats from cobol programs
HOw can I get the negative sign while deduct high value from low value
Have you used comp and comp-3 in your project? And how?
What is the difference between Call and a Link?
What is comp-1 and comp-2?
How to know whether the module is dynamical or statistical?
What is redefines clause in COBOL?
How many bytes S(8) comp field occupy and its maximum value?
Differentiate between structured cobol programming and object-oriented cobol programming.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
how can i see junk values in dclgen or in hostvariable of comp ?
What rules are followed by the search verb.
What is amode(31)
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps