B76B0220 - READING TEXT FILE- Issues

Kalai

Member
Hi

I am using BSFN, B76B0220, to read a fixed format flat file over 150,000 records in a custom UBE which has the functionality of reading the flat file and do substring on the record to parse the text and insert into F0101Z2 and
F03012Z1 tables.
This program fails exactly at 9999 record. Is there anybody used this BSFN to read the large amount of records at one go ?.

Thanks,
Bala Chellam
ERP Consultant,
E810, AS/400, CITRIX
 
as looking to the c code of the bsfn, it seems to be no reaason of the limitation.
could you send the jde.log
please
 
Bala,

any chance you could post your code that uses the BSFN?
Whats suspicious is that the 9999 error corresponds to the max value of the RecordLength argument. You're not using that or a variable of the same size as a record counter are you?
 
Thanks for the reply guys,

This business function works like a charm. ( So far I have uploaded 80, 000 records with no issues with the BSFN )

The maximum value that can hold by, EDI Line number(7 ,3) is 9999.000, so I need to reset the value back to 1 to get through more records into the Z tables.

Thanks again.

Bala Chellam
ERP Consultant
E810, AS/400, Citrix
 
Back
Top Bottom