Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DG
  • Order by date
  1. DG

    New COBOL programmer needs Report Writer help

    Since you're sorting this report, try creating "generic" sort keys (in your SD) for ITEM and WARE (e.g. SRT-KEY1, SRT-KEY2). Then, depending on your run-time switch, move the appropriate field to SRT-KEY1 and SRT-KEY2. In that way you can get by with just one RD.<br> <br> Example:<br> <br> RD...
  2. DG

    New COBOL programmer needs Report Writer help

    Since you're sorting this report, try creating "generic" sort keys (in your SD) for ITEM and WARE (e.g. SRT-KEY1, SRT-KEY2). Then, depending on your run-time switch, move the appropriate field to SRT-KEY1 and SRT-KEY2. In that way you can get by with just one RD.<br> <br> Example:<br> <br> RD...

Part and Inventory Search

Back
Top