You are on page 1of 3

DELIVERY

Outward delivery
1] F.DE.O.HANDOFF
 it is a common file into which details from a transaction are
written (called as dump file)
 this file contains one record per advice
 id of record is Delivery reference ID
 each record is made of 10 rows(9th row is not populated by core
banking: reserved for user defined values, 10th is reserved for later
use )
 details stored in F.DE.O.HANDOFF can be viewed by running
enquiry-> DE.HANDOFF.DETS
2] APPLICATION.HANDOFF
 this is a subroutine that is responsible for writing data into the
file F.DE.O.HANDOFF
 Takes 10 parameters(hardcoded) and returns 2
parameters(V.KEY,ERROR.MSG)

 10TH parameter is mapping key: It’s the @ID to a record in


application DE.MAPPING (passed by application to subroutine
i.e application.handoff)
 Rec 1-9 are variable names that contain values
3] DE.O.HANDOFF arrays:
3] DEFINING VARIABLES:

Once data is in F.DE.O.HANDOFF we have to define variable


names.
4] Mapping variables:

5] Actual linking of concepts to applications


 Step1: produce a delivery advice to input and authorize
a contract(done by core banking user)
 Step2: Store values required to produce delivery advice
in file:F.DE.O.HANDOFF(done by passing values to routine
APPLICATION.HANDOFF)-(done by application)
 Step 3: define variable names-done by creating records
in application DE.MESSAGE
 Step4: Link variable names to positions in
F.DE.O.HANDOFF-Done by creating records in application
DE.MAPPING

You might also like