Excuse the subject as I was trying to be brief w/o being too cryptic.
I would like to find a way to move field A to field B specifying the offset into field B for the length of A.
The application needs to construct a signature line where the person's name concatenated with a known job title in field A needs to be moved so it fills the rightmost portion of field B.
Something like:
MOVE FIELD-A TO FIELD-B (offset into FIELD-B:length-of-FIELD-A)
Any ideas?
I'm using Micro Focus Server Express COBOL if it makes any difference.
Thanks
I would like to find a way to move field A to field B specifying the offset into field B for the length of A.
The application needs to construct a signature line where the person's name concatenated with a known job title in field A needs to be moved so it fills the rightmost portion of field B.
Something like:
MOVE FIELD-A TO FIELD-B (offset into FIELD-B:length-of-FIELD-A)
Any ideas?
I'm using Micro Focus Server Express COBOL if it makes any difference.
Thanks