IT did not know what to do. How I check that information, OUTQ and DEV ?
What is PRTF ?
Main Topics
Browse All TopicsI am trying to print a label to a S4M printer. The printer is connected via network to a computer using AS/400. I am using the AS/400 to print the label in a remote Zebra S4M printer. When I tried to print the printer display DATA but do not print the label.
What is happenning?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
reyinqu:
To see your OUTQ, just type WRKOUTQ PRT* (if your printer name start with 'PRT'). Then, do option 2 in front of your printer to see the definition (and F11 to see the parameters like INTNETADR in my example).
To see the device, just type WRKCFGSTS *DEV PRT* (if your printer name start with 'PRT'). Then do option 8 and option 2 to see the definition (F11 again to see parameters).
PRTF is Printer file accronym. This is the layout of the printout. That's where you define the header/footer and the main part of your report. If your not familiar with iSeries, I can explain you how to find the PRTF object of your report, but I don't know what you'll be able to do with it... Is it what you really want ?
What is the next step you want to do ?
Lewis
Business Accounts
Answer for Membership
by: LewisPowerPosted on 2009-07-09 at 04:38:34ID: 24812518
Hi reyinqu,
ebra/na/en /index/pro ducts/prin ters/ indus trial_comm ercial/s4m .html). If so, could you send us your printer definition (OUTQ and DEV) ? In that cas, it might be a setup problem.
Zebra printer are using their own ZPL language. Is your PRTF using that coding ? If not, you found your problem. You'll have to program it under ZPL (http://www.zebra.com/id/z
Here's a definition of one of my Zebre OUTQ :
OUTQ : QUSRSYS/PRTxxxxxx
MAXPAGES : *NONE
SEQ : *FIFO
RMTSYS : *INTNETADR
RMTPRTQ : 'IP'
AUTOSTRWTR : 1
MSGQ : *LIBL/QSYSOPR
CNNTYPE : *IP
DESTTYPE : *OTHER
TRANSFORM : *YES
MFRTYPMDL : *WSCST
WSCST : QSYS/QWPDEFAULT
IMGCFG : *NONE
INTNETADR: 'xxx.xxx.xxx.xxx ' (where xxx... = the IP address of the printer)
DESTOPT : 'XAUTO XAIX'
SEPPAGE : *YES
USRDFNOPT : *NONE
USRDFNOBJ : *NONE
USRDRVPGM : *NONE
SPLFASP *SYSTEM
Please, give us more details for more help !
Lewis