0% found this document useful (0 votes)
26 views1 page

Program Analysis - QEX600 Input - : Uk Roi

This program takes a costed delivery page file as input and splits the records into two output files based on record type, writing records with type 1 to a delivery header file and records with type 2 to a delivery lines file. It has no validations and the logic splits the records and writes them to different files based on the record type field.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views1 page

Program Analysis - QEX600 Input - : Uk Roi

This program takes a costed delivery page file as input and splits the records into two output files based on record type, writing records with type 1 to a delivery header file and records with type 2 to a delivery lines file. It has no validations and the logic splits the records and writes them to different files based on the record type field.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Program analysis – QEX600

Input -

uk roi
QEL.DAILY.COSTED.QE104 QEL.DAILY.COSTED.QE104.ROI

Output -

UK ROI
QELV.IQ.DNCNTL (Control file) QELV.IQ.DNCNTL.ROI (Control file)
QEL.DEL.LINES.QE700 QEL.DEL.LINES.QE700.ROI
QEL.DEL.HEADERS.QE700 QEL.DEL.HEADERS.QE700.ROI

Validations in program

NONE

Logic in program

 Based on record type of costed delivery page file program splits them and writes into 2 output
files as follows, if the record type is 1 program writes the corresponding record to delivery
header file and if record type is 2 program writes the corresponding record to delivery lines file

You might also like