DC027007 Abend Code 4807 WRITE PRINTER
search cancel

DC027007 Abend Code 4807 WRITE PRINTER

book

Article ID: 229665

calendar_today

Updated On:

Products

IDMS IDMS - Database

Issue/Introduction

Getting the following error code for online programs:

DC027007 V10 T185 TASK:ADS2 PROG:xxxxxx ABENDED WITH CODE 4807  

Environment

Release : 19.0

Component : IDMS/DB

Cause

When sending a report to the printer, IDMS first writes it to the queue area DDLDCRUN, then the printer gets it from there.
The 4807 error is usually caused by the queue area being full.

Resolution

Run PRINT SPACE to check the space available in the DDLDCRUN area.
Some queues will have to be deleted to free up space in the area. 

Run task QUED to delete all expired queues.
Task code QUED LIST will list all the unexpired queues in the area.
Task QUED PROMPT will list each queue and prompt you to delete unexpired queues. 
Queues can also be deleted with DCMT VARY QUEUE DELETE.

Another solution is to FORMAT the DDLDCRUN area but then all queues will be lost. You may want to take a backup of the area first.

 

Additional Information

See documentation sections PRINT SPACE, DCMT VARY QUEUE and  QUED System Task