Shorten COBRA_EMPLID field
the field COBRA_EMPLID is the emplid of a non-employee created when the COBRA event is created for the dependent. it takes numeric values from the installation table and creates an 11 digit character field with a C at the beginning. This is done in the COBOL program PSPCOBRA. I need the total length of that field to be 6 characters, not 11. What is the best-practice way to fix this? I don't want to customize a delivered field or customize a COBOL program.
0