1827421 Members
4381 Online
109965 Solutions
New Discussion

SET TERM errors

 
SOLVED
Go to solution
Steve Nott
Advisor

SET TERM errors

I am trying to change the page length of a printer using:

SET TERM LTA3/PAGE=48/PERM

but I get the following error

%SET-W-NOTSET, error modifying DKA200:
-CLI-E-IVDEVTYPE, invalid device type, specify a mailbox device

Can anyone help please?
4 REPLIES 4
Robert Gezelter
Honored Contributor

Re: SET TERM errors

Steve,

Is the printer spooled?

- Bob Gezelter, http://www.rlgsc.com
Ian Miller.
Honored Contributor
Solution

Re: SET TERM errors

LTA3 is probably spooled to DKA200.
Do SHOW DEV/FULL LTA3 and check.

You will have to stop the queue, and
SET DEVICE/NOSPOOL LTA3:
then make the change and set the device spooled and start the queue. You will want to add the SET TERM command to the startup DCL for that queue where the LTA3 device is setup.
____________________
Purely Personal Opinion
Steve Nott
Advisor

Re: SET TERM errors

Success - many thanks once again
Steve Nott
Advisor

Re: SET TERM errors

Solved