which is better comp or comp-3 in terms of memory
utilization?
Answer Posted / guest1
COMP values are stored as Binary format. So it is good to
use COMP.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How do you reference the following file formats from cobol programs?
Which mode is used to operate the sequential file?
What is the usage of comp fields in cobol?
What are the different rules for performing sort operation?
how to access the file from prodution from changeman tool and to submit a file to production
how do you reference the ksds vsam file formats from cobol programs
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
When is inspect verb is used in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is length is cobol?
What is the difference between PIC 9.99 and PIC9v99?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?