When editing a job, messages X026/X019 occurs.
CA-7.X026 (46 01EE) SVC 99 ERROR, R15 = 00000004 R0 = 02180000
CA-7.X019 (45 021E) UNABLE TO OPEN EDITOR WORK FILE
A stop/start CA 7 does not resolve the errors.
Correct the problem that prevented the successful dynamic allocation and re-execute the interface. If xxxxxxxx=00000004
and yyyyyyyy=02180000, change the CALL statement in the CA7CLIST to add a UNIT=3390 to the calling parameters.
In the CA 7 Clist member that the Users use add…..
UNIT=3390 to CA7CLIST CALL - 'CA7APL=&CA7APL,SESSAPL=&SESSAPL,UNIT=3390'
For example:
Update with UNIT=3390