Getting the following error while adding a Processor to Endevor -
C1X0240I 12 //SYSPRINT DD DSN=&©LIST,DISP=(MOD,PASS)
C1X0245E DSNAME MAY BE TRUNCATED: DEFINED LENGTH CAN BE UP TO 45 BYTES, DEPENDING ON JOBNAME
What is the problem and how do we resolve it?
When the OS constructs the temporary data set name, it includes the job name as one of the nodes and the temporary DSN name specified in the DD statement as another node.
Endevor has determined that the DSN data set name could exceed 44 characters.
Shorten the temporary DSN name so it does not exceeds 44 characters.
In this example because Endevor determined the length of DSN could be 45 characters, shorten &©LIST by 1 character to &&CPYLIST.