Focal Point
[CLOSED] FOCUS error FOC985

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/963101524

April 22, 2010, 09:33 AM
Raghuraman K
[CLOSED] FOCUS error FOC985
Hi,

I have tried to run the below codes in mainframe.

TABLE FILE EMPLOYEE1
PRINT *
BY EMPNO NOPRINT
ON TABLE HOLD AS HOLD1
END
(FOC985) DD HOLD1 , SPILL DD:SYS00004; ERROR WHILE WRITE, CODE AA000004
(FOC921) CRITICAL ERROR IN HIPERFOCUS/EDA. CODE: 408/213

Please advice me how to resolve this issue.

This message has been edited. Last edited by: Kerry,


Raghuraman K
April 22, 2010, 10:00 AM
GamP
This error is usually related to space and/or space allocation. Did you issue allocation commands for the hold1 hold file? If so, they may need to be adjusted to accomodate a larger hold file. If you did not, and relied on the system to give you space for the hold file, change your mind and issue the commands to specify the hold file.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988