Skip to main content

How to create a hadcopy compilation listing using TBOX / SDE developers tool

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

Need hardcopy listing output from the compiler

Resolution:

Set the enviroment variable DD_LST as follows:

DD_LST="> lp"

export DD_LST

Now when compiling programs using the TBOX/SDE developers environment - use F4 to toggle the listing option to PRINT

The hardcopy listing will be sent to the UNIX print spool using the 'lp' command

Old KB# 2209