HP 3000 Manuals

SHOWCATALOG Command (changed) [ Introduction to MPE XL for MPE V Programmers Migration Guide ] MPE/iX 5.0 Documentation


Introduction to MPE XL for MPE V Programmers Migration Guide

SHOWCATALOG Command 
(changed) 

This command has been modified slightly.  The MPE V/E version of the
command has an optional parameter, listfile, that allows you to send the
output to a specified file name on device class LP (line printer).  The
MPE XL version also permits you to use a file equation to direct the
catalog listing to another disk or tape file.  The default (as in MPE
V/E) is that the listing is sent to the $STDLIST device.

In the following example, output is sent to a disc file called "udcfile".
___________________________________________
|                                         |
|                                         |
|      :                                  |
|      :FILE udcfile;dev=disc             |
|      :SHOWCATALOG *udcfile              |
|      UDC CATALOG LIST SENT TO LISTFILE. |
|      :                                  |
|                                         |
___________________________________________

          Example of SHOWCATALOG 



MPE/iX 5.0 Documentation