Netexpress 3.1

How may I print some text ia a specified line/column?

Thanks

  • yes, it is very simple to write on printer, define vour select clause, also the file selection and then you can print.

    For graphical printings for windows i use the very good tool from combit.net "List&Label 28"

    FD PRINT-FILE.

    01  PRINT-RECORD.

          03  PRINT-FIRST-VAR                  pic x(40).

          03  filler                                          pic x(01).

          03  print-2-var                                pic x(40).

          etc...

    move ' ' to print-record

    move 'First name' to print-first-var

    move 'Second name' to print-2-var

    write print-file after page or write print-file after 1

    etc...