cvandijk
MIS
- Oct 9, 2002
- 19
I am working on a COBOL program right now that creates duplicate tax bills. The form that the duplicate bill is created on is on a legal size piece of paper divided up into two parts. If you hold the paper in the portrait direction, you have about 3 inches worth of paper that needs data output on before you have to rotate the text 270 degrees using the printer language to have it print on the other part of paper.
The problem that I am currently having is that after I print the first 3 inches of text and then have to rotate the text to accomodate the other parts of bill, the page ejects and starts printing on a new piece of paper. The page ejects right after I perform the escape sequence for text orientation.
In reading all of the PCL language manuals it says that this is not supposed to happen but I can't seem to figure out how to circumvent this. If anyone has any insight into how to possibly fix this that would be great. I am running RMCobol on a UnixWare 7 platform. I know that UnixWare has had it share of issues on the printing realm so I am sure that this is probably one of my problems.
Thanks,
Chris
The problem that I am currently having is that after I print the first 3 inches of text and then have to rotate the text to accomodate the other parts of bill, the page ejects and starts printing on a new piece of paper. The page ejects right after I perform the escape sequence for text orientation.
In reading all of the PCL language manuals it says that this is not supposed to happen but I can't seem to figure out how to circumvent this. If anyone has any insight into how to possibly fix this that would be great. I am running RMCobol on a UnixWare 7 platform. I know that UnixWare has had it share of issues on the printing realm so I am sure that this is probably one of my problems.
Thanks,
Chris