Whe I send to a printer a file line sequetial lose all jumps

From: Massimo Morgia (areasoftware_at_inwind.it)
Date: 11/24/03


Date: Mon, 24 Nov 2003 19:47:31 GMT

I have produced a file that contains a press in this format:

     select Stampa-i assign To "c:\tmp\gapspl.tmp"
            organization is line sequential
            access mode is sequential.

 data division.
 file section.
 fd Stampa-i.
 01 Rk-STAMPA Pic X(230).

The press is produced well, and if I visualize it is everything OK as format
and jumps, but to the moment that I reread the file of press and I send it
to a printer
I lose all the jumps (Page and Line)

do you have a suggestion to give me?

Thanks, Massimo

ps: I Use the FJ powercobol v 5



Relevant Pages