Hi All,
I have the following requirement :
1. Variable record length input file of format
companyName|Company no|Surname|DOB|Firstname|Age|KeyINfo
this fill have the tow types of records
for INDIVDUAL and BUSINESS.
If company name is present then that record should be written into BUSINESS file(output file variable length block)
and IF comapnay name is not present and Surname is present then records need to be written into INDIVIDUAL file(outputfie).
Have to perform this using SORT JCL
INDIVIDUAL record : | |verma|26-10-1990| |23|abc
BUSINESS record : abc corp||||||xyz
please gicve me hint to write JCL.
facing issue to categories the records...
Thanks!!