D
David
I am preparing an extract for BACS using Excel and want to format text and
numeric fields. If anyone is familiar with COBOL the mask would be PIC X(18)
so if the data is J Smith I want to see '...spaces...J Smith'. I will then
export to a text only file for onward tranmission.
I can define PIC 9(18) but not PIC X(18) and the resulting output field MUST
be padded with zeros or spaces respectively.
Any help gratefully received.
numeric fields. If anyone is familiar with COBOL the mask would be PIC X(18)
so if the data is J Smith I want to see '...spaces...J Smith'. I will then
export to a text only file for onward tranmission.
I can define PIC 9(18) but not PIC X(18) and the resulting output field MUST
be padded with zeros or spaces respectively.
Any help gratefully received.