Validation and Row Counts
I need help validating rows. 1st. I have a sequential file that has 139 rows, 2 columns (TABLENAME, CLOB). Of those rows, two (in TABLENAME column) are named "HEADER" and "TRAILER". I do not want these in my output. How do I keep the 137 rows and cut off the HEADER & TRAILER. 2nd. In the TRAILER row (TABLENAME column), there is a number that reads 00000000137 (in the CLOB column), which is the 137 rows I need. With each file that comes in, the TRAILER will change, as will the rows. That number in the TRAILER must always match the rows. How would I code that?
Questions by sdeuces90
Showing Answers 1 - 2 of 2 Answers
Related Answered Questions
Related Open Questions
Validation and Row Counts
Profile Answers by sdeuces90 Questions by sdeuces90
Questions by sdeuces90
Related Answered Questions
Related Open Questions