Does anyone know how to get 237 wide characters to print on a IBM 6500 printer ? Is there a setting on the printer ? I have no problem printing reports that print 237 wide on my Ibm 6400 or my Ibm 4230. But on the 6500 the characters print at 10cpi so the data that should be on 1 line, prints on 1 and 1/2 lines
Software/Hardware used:
ISeries model 520 release 5.4
ASKED:
August 10, 2010 3:10 PM
UPDATED:
August 17, 2010 2:07 PM
First, how is your 6500 device description configured? Use:
Drag/drop the spooled file with iNav to your PC. Do any cleanup you need to the text file, and paste the rest here.
Next, find a spooled file that you are sure will print correctly on your 6400 or 4230, but will print incorrectly on your 6500. Run this command against that spooled file:
Drag/drop the printout to your PC with iNav, clean up if needed and post it here.
Tom
According to what I found on a quick search, the printer should be able to handle 10, 12, 13.3, 15, 16.7, 18 or 20 characters per inch.
I agree, but it’s not clear (yet) why a report with CPI(16.7) would print as CPI(10) on the 6500. If the configuration of the printer device description seems correct when matched against spooled file attributes, it’s possibly narrowed down to hardware configuration on the printer itself.
But if we can’t be shown any attributes… who knows?
Tom
Just a wild guess but – if the printer is anything like 6400 there configuration/emulation selections that need to be done on the printer. IT has been quite a while and i don’t remember the exact details but I had to to some trial and error selections on our 6400 to get it to print as cwe were expecting it to. I had assumed it was a plug and go after the device description was create do the i Series. This may or may not be applicable in your case but just in case- yaknowwahtImean .
Hi, Please check a few items of the printer hardware configuration of the 6500 printer. Thus not the AS/400 devd.
1: set the paper width at 264 (13.2 inches at 20 cpi)
2: set the CPI at 20
3. Set the HOST COMMAND items all at DISABLE. That means that the host (AS/400) will controll the printer what concerns CPI, LPI and so forth.
4. Save this in a Custom set.
5. Select this Custom set as the POWER ON default.
6. Select the same Custom set for the RESET CMD CFG LOAD. Otherwise the factory defaults will be loaded.
Last but not least. Check the page size of the PRTF being used.
Minimum Font CPI value for 237 chararcters at 13.2 wide paper is 237 divided by 13.2 = ~18cpi. With 16.7 cpi the paper should be 237 divided by 16.7 is about 14.2 inches !!!!
My suggestion for the PRTF settings would be for 10 inch long and 13,2 inch wide paper:
Printer device type . . . . . . DEVTYPE *IPDS
Page size: PAGESIZE
Page length . . . . . . . . . …. 80
Page width . . . . . . . . . . …. 237
Measurement method . . . . . . *ROWCOL
Lines per inch . . . . . . . . .. LPI 8
Characters per inch . . . . . . CPI 18
Overflow line number . . . . . . OVRFLW 78
Please let me know if this helps.
Regards, So Close.
Thank you Guys….it was a setting on the printer as “SoClose” suggested.