Message CPA3311 - attributes of file xxxxx not supported
From Support
| | If you have a question or seek clarification, please call Technical Support. |
[edit]
Problem:
Trying to copy a printer - spoolfile to a database file on a V5R1 machine.
The databasefile is created with CRTPF(xxxx)RCDLEN(133) . When using the CPYSPLF command I get message CPA3311 - attributes of file xxxxx not supported (C G).
After replying G everything goes allright.
The problem is that I want to do this in the batch , so i don't want to get this message.
[edit]
Solution:
Add the error message to the system reply list and change your job to use the system reply list to answer messages before calling the report splitter to monitor for reports.
Run the following command one time:
ADDRPYLE SEQNBR(100) MSGID(CPA3311) RPY(G)
Run the following command once before running the report splitter process:
CHGJOB INQMSGRPY(*SYSRPYL)
