Skip to main content

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