To divide \(123456789012345\) by \(98765\):

1. **Calculate the quotient**:
   \[
   \text{Quotient} = \left\lfloor \frac{123456789012345}{98765} \right\rfloor \approx 1243568245
   \]

2. **Calculate the product of the quotient and divisor**:
   \[
   1243568245 \times 98765 = 122560728121725
   \]

3. **Calculate the remainder**:
   \[
   \text{Remainder} = 123456789012345 - 122560728121725 = 896060890620
   \]

Therefore, the results are:
- **Quotient**: \(1243568245\)
- **Remainder**: \(896060890620\)
