that did the trick - thank you. I must have confused seperator and delimiter. One more problem though. After a FASTLOAD, the table is readonly. I can create and drop indexes, but I cannot delete data. WHY?
One more comment: In the RepMan manual (page 28) the SET COMPRESSED command is described as:
SET COMPRESSED /<s>/<d>/;
However it should read:
SET COMPRESSED '/<s>/<d>/'
//
Arne
Schildberg, Steffen wrote:
Hi Arne, Arne Gehlhaar wrote:the data: 1249,4530,MAEU6616757[snipped some data and column description]The command file I use is: DATALOAD TABLE cont_base cnt_num 1 cnt_isocode 2 cnt_ident 3 INFILE 'contbase.list'Error during execution -->-25319 Missing data for specified column CNT_ISOCODE.What am I missing?You're missing to define the absence of a delimiter in your data in the DATALOAD command. Your command should look like this according to your data: DATALOAD TABLE cont_base cnt_num 1 cnt_isocode 2 cnt_ident 3 INFILE 'contbase.list' DELIMTER '' Regards, Steffen _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
-- Institute of Shipping Economics and Logistics http://www.isl.org/ Arne Gehlhaar mailto:[EMAIL PROTECTED] Universitaetsallee GW1 Block A phone:+49.421.22096.49 D-28359 Bremen, Germany fax:+49.421.22096.55 _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
