Cob-R17 PDF
Cob-R17 PDF
Let’s understand one of the processes done during COB with a simple example
Steve has taken a loan from a bank at a 10% rate of interest, payable back to the bank
in a year. This amount will be paid by him in 12 monthly installments. The bank would
like to keep a daily track of the interest amount they are due to receive from Steve at
the end of the month. So, they calculate the amount payable by him everyday. This is
done to keep the Profit and Loss/Balance sheet current. Now, this is just for one
customer. Imagine the bank has given 100,000 loans with different interest rates for
different periods of time to individuals like Steve. It’s an arduous task for the bank to do
the whole process manually. So, they automate it. However the amount payable to the
bank need not be calculated during normal working hours of the bank (because they
will be busy doing other day to day activities of the bank). So they do it at the end of
the day. The process of calculating the interest payable, but not yet fallen due for
payment, is called Accrual. Therefore, accrual is one of the processes that is done
during T24’s COB (Close of Business)
A stands for Application stage. It involves all the individual application processes. Eg:
Forex, Funds Transfer, etc.
S stands for System Wide stage. It involves jobs that are common to T24. Eg: Interest
accrual, Interest capitalization
R stands for Reporting stage. It involves generation and printing of reports. Eg: Trial
Balance, Transaction journal etc.
D stands for Start Of Day stage. It involves all the start of day operations and date
change. Eg: Executing standing orders etc.
O stands for Online stage. It involves any non-critical reports and processes which
can be run after the system has returned to online mode. Eg: Jobs to clean up the
temporary work files, etc.
2. Job Status field Holds the status of the individual job (routine) . It
can hold the following values
0 specifies that the job is in Ready state
1 specifies that the job is in Running state
2 specifies that the job has Completed successfully
3 specifies that the job has stopped due to some Error
When a batch is loaded for execution, the process status of the batch
record is changed from 0 to 1, (Ready to Running)
The status of the first Job changes from 0 to 1 (Ready to Running)
The job is executed
After the job completes execution, the status of the job is changed
from 1 to 2 (Running to Completed Successfully) marking successful
completion of the job.
Next the batch record is checked for any other available job
If there is another job available, it is processed in the same
fashion as we saw just now
If there is no job available in the batch, the process status of the
batch record is changed from 1 to 2 (Running to Completed
Successfully)
Likewise the other batch records are processed.
This is done during COB, as it marks the end of all financial transactions
for that day and makes the system ready for the next day.
The record will exist and will be overwritten during the next COB
COB doesn’t use the DATES record with @ID <Company.Code> for
processing
When NS is installed, the T24 system will be available for input even when
COB is in progress. All new transactions that are input during COB, will have
the value date as next working day. The DATES record with @ID as
COMPANY.CODE will be used.
For all records that are created as part of the COB process the DATES
record with @ID COMPANY.CODE-COB will be used
Each error has a Detail Key populated against it which is nothing but the ID to
the application EB.EOD.ERROR
The FIX.REQUIRED field is updated by the system to ‘YES’ , for all the errors
that are crucial and are to be resolved before next COB.
Step 1 : Check EB.EOD.ERROR for details. This is a file that contains all
the errors that took place during the previous COB. Any errors reported
in this file, should be corrected before starting COB. You will learn
about this in detail later.
Step 3: At the TAFJ shell prompt type the command tRun START.TSM .
This will start the TSM in phantom mode. tSM not only starts agents for
COB but also for online services set to ‘Start’ in T24.
Login to TAFJ shell prompt i.e. the backend. Type tRun START.TSM –
DEBUG to start the TSM in interactive/ debug mode. You will be
prompted to manually launch agents.
Como Name is the name of the log record ID that holds the log
information of the agent. These log records are stored in a directory
called &COMO&. The contents of these records cannot be viewed from
browser. You will have to open these records at the jBASE prompt