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 is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the use of intialize verb?
What is a scope terminator give example?
Write some characteristics of cobol as means of business language.
What is the difference between external and global variables in COBOL?
Name the divisions, which are available in a cobol program?
What is the Purpose of Pointer in the string?
how to move the records from file to array table. give with code example
What are the access modes of START statement?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Define cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
Write a cobol program making use of the redefine clause.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?