WorkManager Category Code list print out process

Use the following procedure to obtain an Excel file with category codes that are currently programmed into WorkManager:

  1. From WM main Editor window, go to the Extras menu and open the Admin window.
  2. Within the Admin window, under the Query menu, select Show and then LBNL CATEGORY CODES Leave this window displayed for later.
  3. Go back to the WM main Editor window, to the Extras menu and open the Command line window.
  4. In the command line window, type LTAB_TO_CSL and hit return. (This command is used to save out a logical table to a comma separated list file.)
  5. At this point, WM is asking you which logical table you want to save. Click anywhere in the previously displayed Query window to identify that logical table.
  6. Now WM asks for a file name for where you want to store the CSL file. Provide the filename in quotation marks and use a ".csv" file name extension. CSV stands for comma separated values which the same thing as a CSL file. We use CSV because Excel likes it. For example:
    	"C:\filename.csv"
    
    This creates a file at the root level of the C: drive, with a .csv extension.
  7. This type of file can be double-clicked which will load it directly in MS Excel. Once the file is opened in Excel, format it for general use:
Procedure written by Mike Kritsher. Entered and edited by James on 2/27/04