The field was defined in the data description specification (DDS), for the file specified on the Declare File (DCLF) command, to have more than 15 digits, or more than 9 decimal positions.
Change the attributes of the field in the file specified on the Declare File (DCLF) command in the CL program. To do this, delete the file using the Delete File (DLTF) command, change the DDS source for the file, create the file again, and then try the Create Control Language Program (CRTCLPGM) command again. If the field is in a record format that is not used by the CL program, change the DCLF command to include only the record formats used by the program, using the RCDFMT parameter. Try the CRTCLPGM command again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.