which one is the best of com and com-3.using of real time ?
Answer Posted / praveen
when ever the data size is at higher boundries comp is best.
when ever the data size is at lower boundries comp-3 is
best.
lower boundries higher boundries
s9(01) s9(04) 2 bytes
s9(05) s9(09) 4bytes
s9(10) s9(18) 8bytes
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how to refer the data field?
Are you comfortable in cobol or jcl?
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.
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 are declaratives and what are their uses in cobol?
In which area will you utilize 88 level items in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how do you reference the variable unblock file formats from cobol programs
Name some of the examples of COBOl 11?
What is the usage of comp fields in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How can you get the ksds file records into your cobol program?