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
What are 77 levels used for?
How can you get the ksds file records into your cobol program?
Write the code implementing the perform … varying.
What are the different rules to perform a Search?
What are the different rules of SORT operation?
how to move the records from file to array table. give with code example
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
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.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What guidelines should be followed to write a structured cobol prgm?
What are the pertinent COBOL commands?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the problem of ordered sequential files access?
What is the difference between external and global variables in COBOL?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?