Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
Answer / raj
COMP-3 fields take less memory allocation and effective in computation.
Is This Answer Correct ? | 2 Yes | 0 No |
what are the limitations of Inline Perform?
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
for an INITIALIZE and what keyword allows for an override of the default.
wht is load module and object module ?
What compiler option would you use for dynamic linking?
What is the different between index and subscript?
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
how do you reference the rrds file formats from cobol programs
How you can characterize tables in cobol?
how we can edit records in vsam data set and non vsam data sets
perform I from 0 by 1 until I=5?How maney times it will executes
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.