hi guys;
i've written a cobol program which makes structered lines filled with special data, and send them on the spool, using CICS SPOOL relates statements such as SPOOL OPEN, SPOOL WRITE, SPOOL CLOSE.
and then i want to print the output in the spool. so i have sent special hex characters such as x'15' for having new line and x'0c' for having new page(in cobol pgm)...but when i sent the output to the printer, it's paging isn't right...
can anyone help me on this??