Acknowledging control characters in a print file on IBM i without writing a program
Issue an override print file command before copying a file to QSYSPRT in order to acknowledge control characters without writing a program on the AS/400.
However, the file is not picking up the column 1 control chracters. Instead, the file is truncating column 133 and leaving the control characters in column 1. Is there a way to get the control characters acknowledged without having to write a program?
OVRPRTF FILE(QSYSPRT) CTLCHAR(*FCFC)
This should acknowledge the control characters without having to write a program.
Dig Deeper on Printing on iSeries
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our AS/400 experts
View all AS/400 questions and answers
Start the conversation
0 comments