SV File_IO_Status causing UBE to fail
Hi,
I have a UBE which reads address book numbers from a CSV file. The UBE will use these address book numbers to get data from F0401 and F03012. If the address book number does not exist in these tables the UBE will print out a PDF report but not all data will be printed to the report.
Example, I have address book numbers: 1000, 1001, 1002, 2000, 2001
Records 1000, 1001 and 1002 exists. The other two do not.
When the UBE is run the report will print out:
The last record will not print.
If 2000 is the first record then only "2000 Does not exist" will print on the report.