T
Tcs
As I'm processing my data file, I'm writing out a log file to keep a record of
any errors. I'm including the record number of the offending input record. I'd
like to make it easier to read by formatting the record number, if possible.
Ideally, I'd like to print the number "123456" as "123,456" and be right
justified.
Is this possible? And if so, how?
Thanks so much,
Tom
any errors. I'm including the record number of the offending input record. I'd
like to make it easier to read by formatting the record number, if possible.
Ideally, I'd like to print the number "123456" as "123,456" and be right
justified.
Is this possible? And if so, how?
Thanks so much,
Tom