I have a COPY project that is used in other COBOL projects. In this COPY project, there are lines of code that need to be continued because they exceed 80 characters. For example:
05 PIC X(70) VALUE "(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- "x)".
In fact, the Enterprise Developer IDE for Eclipse 11 reports the following errors for this line:
- COBCH0026S Literal too long
- COBCH1007E VALUE literal size 227 > data item size 70. Literal truncated.
And since it's a COPY project, I can't apply compilation directives. In fact, I don't understand why the IDE is trying to compile a COPY. Does anyone know how to solve this problem?
Thank you very much.
Question
Line Length in COPYs
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.



