I have a requirement where I need to have 10 spaces at the end of every record that I download onto the file on the application server.
I am using OPEN DATASET to open the file on the app server and then using TRANSFER to transfer each record.
The record that I transfer is a work area of 10 fields each of character type out of which the last field is supposed to be of 10 spaces.
When I transfer the work area, the last field with 10 spaces is not being shown on the output file. How could I handle this.