My requirement is to read a raw data file and insert the records into an existing table.
infile:==> mainframe file, fields listed below
Name Owner created user1 user2 user3
table=> out.projects
existing data
SASsample Kevind 2009-06-25 andrew jessie liam
Sample2 Kevind 2009-06-25 benny morgan chris
now i want to read the input file and insert all the records from the input file into the existing table out.projects.
can anyone, please provide me the sample code for this