PL/I Importer
The PL/I Importer is a utility for creating type trees from PL/I data definitions.
The importer works with the PL/I compiler in a Windows environment. First it creates data structures from a PL/I source file or an include file. The importer decides the file type by file extension. If the extension is " pli", the importer regards the file as "Full program". If the extension is "inc" or "mac", the importer regards the file as "Data Structure Only". The importer does not support another file extension. The importer then presents the PL/I data structures for the user to generate the type tree from the selected one. The importer will report any syntax errors in PL/I files.